Regression test: this test throws an irgen assertion
This issue is that type analysis is stronger than irgen. Specifically here, type analysis knows that the phi isn't required and propagates the type across BB's, but irgen conservatively promotes to UNKNOWN.
Showing
test/tests/type_phi_test.py
0 → 100644
Please register or sign in to comment