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
When a phi has undef as one of the incoming values, and an SSA value as the other, and the SSA value dominates the phi, replacing the phi with the SSA value is incorrect according to alive2.
akshayrdeodhar
changed the title
[InstSimplify] simplifyPHINode phi fold incorrect according to alive
[InstSimplify] simplifyPHINode phi fold incorrect according to alive2
Nov 7, 2024
Uh oh!
There was an error while loading. Please reload this page.
When a phi has
undef
as one of the incoming values, and an SSA value as the other, and the SSA value dominates the phi, replacing the phi with the SSA value is incorrect according to alive2.Is this an actual bug?
https://alive2.llvm.org/ce/z/7RNy3W
The text was updated successfully, but these errors were encountered: