[ARM] MVE integer abs
commitf3e94132142f5131fad44a2759a1a06955a67abe
authorDavid Green <david.green@arm.com>
Sat, 13 Jul 2019 14:58:32 +0000 (13 14:58 +0000)
committerDavid Green <david.green@arm.com>
Sat, 13 Jul 2019 14:58:32 +0000 (13 14:58 +0000)
tree65f9684b0bb5453d6190841d50f8d89c15ec42c9
parent8cc3221f7770718b0416cec1c2592731b080166f
[ARM] MVE integer abs

Similar to floating point abs, we also have instructions for integers.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366005 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMInstrMVE.td
test/CodeGen/Thumb2/mve-abs.ll [new file with mode: 0644]