Replace NEON vabdl, vaba, and vabal intrinsics with combinations of the
authorBob Wilson <bob.wilson@apple.com>
Fri, 3 Sep 2010 01:35:08 +0000 (01:35 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 3 Sep 2010 01:35:08 +0000 (01:35 +0000)
commiteb0c3d372906df9c61a31651a0ba278034447e94
tree57b9a33a3e95f92b9d7519e4824b34988beb3b1a
parent01f0847ce8d15f547c762c1781b3b1883847f030
Replace NEON vabdl, vaba, and vabal intrinsics with combinations of the
vabd intrinsic and add and/or zext operations.  In the case of vaba, this
also avoids the need for a DAG combine pattern to combine vabd with add.
Update tests.  Auto-upgrade the old intrinsics.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112941 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IntrinsicsARM.td
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMInstrNEON.td
lib/VMCore/AutoUpgrade.cpp
test/Bitcode/neon-intrinsics.ll
test/Bitcode/neon-intrinsics.ll.bc
test/CodeGen/ARM/vaba.ll
test/CodeGen/ARM/vabd.ll