art/test/695-simplify-throws/info.txt

4 lines
192 B
Plaintext
Raw Normal View History

2025-08-25 08:21:32 +08:00
Regression test for the DCE pass of the compiler which used
to trip on this code: the DCE pass would re-build the dominator
tree and that code used to not anticipate seeing phis in the graph.