This is an archive of the discontinued LLVM Phabricator instance.

[Verifier] Allow undef/poison in entry_values expressions.
ClosedPublic

Authored by fdeazeve on Aug 16 2023, 11:10 AM.

Details

Summary

This patch relaxes the verifier when it checks whether an OP_entry_value has a
valid Value associated with it. We now allow undef/poison values as well, since
those may be introduced naturally through optimization.

Diff Detail

Event Timeline

fdeazeve created this revision.Aug 16 2023, 11:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 16 2023, 11:10 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
fdeazeve requested review of this revision.Aug 16 2023, 11:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 16 2023, 11:10 AM
aprantl accepted this revision.Aug 16 2023, 12:34 PM
This revision is now accepted and ready to land.Aug 16 2023, 12:34 PM