Commit 26ea983d authored by Felipe de Azevedo Piovezan's avatar Felipe de Azevedo Piovezan
Browse files

[Verifier] Allow undef/poison in entry_values expressions.

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.

Differential Revision: https://reviews.llvm.org/D158101
parent 8aa038ab
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment