[PATCH] MachineVerifier: Handle the optional def operand in a PATCHPOINT instruction.

Alex L via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 7 17:15:28 PDT 2015


Hi,

The PATCHPOINT instructions have a single optional defined register operand,
but the machine verifier can't verify the optional defined register
operands.

So, this patch makes sure that the machine verifier won't report an error
when a PATCHPOINT
instruction doesn't have its optional defined register operand.

This change will allow us to enable the machine verifier for the code
generation tests for the
patchpoint intrinsics.

Cheers,
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150807/75bedbd3/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-MachineVerifier-Handle-the-optional-def-operand-in-P.patch
Type: application/octet-stream
Size: 4480 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150807/75bedbd3/attachment.obj>


More information about the llvm-commits mailing list