summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMISelLowering.h
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2012-12-20 21:09:38 +0000
committerBob Wilson <bob.wilson@apple.com>2012-12-20 21:09:38 +0000
commit103b4a571ef01e4717c3c6d9db6506a3abd6cc0b (patch)
treea503a03fa617348d9d563974cd25554aa80b7be0 /lib/Target/ARM/ARMISelLowering.h
parent8386acd7348003d13a2db3c4dd3274653d8ffe10 (diff)
downloadllvm-103b4a571ef01e4717c3c6d9db6506a3abd6cc0b.tar.gz
llvm-103b4a571ef01e4717c3c6d9db6506a3abd6cc0b.tar.bz2
llvm-103b4a571ef01e4717c3c6d9db6506a3abd6cc0b.tar.xz
Revert "Adding support for llvm.arm.neon.vaddl[su].* and"
This reverts r170694. The operations can be represented in IR without adding any new intrinsics. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170765 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMISelLowering.h')
-rw-r--r--lib/Target/ARM/ARMISelLowering.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Target/ARM/ARMISelLowering.h b/lib/Target/ARM/ARMISelLowering.h
index 9cf835ad7b..61649a0d4d 100644
--- a/lib/Target/ARM/ARMISelLowering.h
+++ b/lib/Target/ARM/ARMISelLowering.h
@@ -174,14 +174,6 @@ namespace llvm {
VMULLs, // ...signed
VMULLu, // ...unsigned
- // Vector add long:
- VADDLs, // ...signed
- VADDLu, // ...unsigned
-
- // Vector subtract long:
- VSUBLs, // ...signed
- VSUBLu, // ...unsigned
-
UMLAL, // 64bit Unsigned Accumulate Multiply
SMLAL, // 64bit Signed Accumulate Multiply