This is an archive of the discontinued LLVM Phabricator instance.

Handle `select` in programUndefinedIfPoison.
ClosedPublic

Authored by jlebar on Apr 27 2023, 11:32 PM.

Details

Summary

If both the true and false operands of a select are poison, then the select
is poison.

Diff Detail

Event Timeline

jlebar created this revision.Apr 27 2023, 11:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 27 2023, 11:32 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
jlebar requested review of this revision.Apr 27 2023, 11:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 27 2023, 11:32 PM
nikic accepted this revision.Apr 28 2023, 12:45 AM
nikic added a subscriber: nikic.

LG

This revision is now accepted and ready to land.Apr 28 2023, 12:45 AM

Thank you for the review!

This revision was landed with ongoing or failed builds.Apr 28 2023, 9:10 AM
This revision was automatically updated to reflect the committed changes.