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
dtcxzyw
changed the title
[InstCombine] poison-generating attributes are not dropped when threading icmps over selects
[InstCombine] poison-generating attributes are not dropped when folding logical and/or of icmps
Oct 11, 2024
Reproducer: https://alive2.llvm.org/ce/z/rSUfvo
When
%Value == 0
,@src
returnsfalse
but@tgt
returnspoison
.This miscompilation was triggered after #111284 was landed.
The text was updated successfully, but these errors were encountered: