[PATCH] D97495: [SimplifyCFG] avoid illegal phi with both poison and undef

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 26 18:44:47 PST 2021


aqjune accepted this revision.
aqjune added a comment.
This revision is now accepted and ready to land.

LGTM
The fix is conservative, but I think it is okay. I believe this will be helpful in addressing (imaginary) hidden crashes by making undef/poison operands homogeneous.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97495/new/

https://reviews.llvm.org/D97495



More information about the llvm-commits mailing list