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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo