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
[InstCombine] Add test for freeze of PHI with noundef start value (NFC) (#157112)
We should be able to remove this freeze as the incoming values to the
PHI have the same well-defined start value and the GEP can't produce
poison, but this is currently unsupported.
If the freeze is pushed to the incoming values we can remove it:
https://godbolt.org/z/8dE4o1bKf
0 commit comments