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

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

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

llvm-svn: 366005
llvm/lib/Target/ARM/ARMISelLowering.cpp
llvm/lib/Target/ARM/ARMInstrMVE.td
llvm/test/CodeGen/Thumb2/mve-abs.ll [new file with mode: 0644]