[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
Please register or sign in to comment