You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This test was supposed to check that we correctly handled PhiNodes in
uninferred code in both the interpreter and the compiler. However, the
compiler path wasn't actually exercised, because the `inferred=true`
part of this forced it to be skipped. Drop that and fix the exposed
issues in the compiler where we didn't handle PhiNodes properly.
---------
Co-authored-by: Shuhei Kadowaki <[email protected]>
Co-authored-by: Jameson Nash <[email protected]>
Co-authored-by: Shuhei Kadowaki <[email protected]>
0 commit comments