Issue 115250
Summary [InstSimplify] simplifyPHINode phi fold incorrect according to alive
Labels new issue
Assignees
Reporter akshayrdeodhar
    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.

https://alive2.llvm.org/ce/z/7RNy3W
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to