[ARM] MVE VPNOT
commit2bfd03119c51e6832197016911df6f8c38bc50eb
authorDavid Green <david.green@arm.com>
Sun, 28 Jul 2019 14:07:48 +0000 (28 14:07 +0000)
committerDavid Green <david.green@arm.com>
Sun, 28 Jul 2019 14:07:48 +0000 (28 14:07 +0000)
treed09e648f4c993a85a232276f86ceb186e3c55bc6
parent6b96c04a2b43184556097629692c5fb165632fa0
[ARM] MVE VPNOT

This adds the patterns required to transform xor P0, -1 to a VPNOT. The
instruction operands have to change a little for this, adding an in and an out
VCCR reg and using a custom DecodeMVEVPNOT for the decode.

Differential Revision: https://reviews.llvm.org/D65133

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367192 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrMVE.td
lib/Target/ARM/Disassembler/ARMDisassembler.cpp
test/CodeGen/Thumb2/mve-pred-or.ll
test/CodeGen/Thumb2/mve-vcmpf.ll
test/CodeGen/Thumb2/mve-vcmpfr.ll
test/CodeGen/Thumb2/mve-vcmpfz.ll