summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMISelLowering.h
diff options
context:
space:
mode:
authorArnold Schwaighofer <arnolds@codeaurora.org>2012-08-12 05:11:56 +0000
committerArnold Schwaighofer <arnolds@codeaurora.org>2012-08-12 05:11:56 +0000
commita7016d6fc1c9935ede7b3dc2f39c8cdab14e40e0 (patch)
treeebb3f56a22f6cc87da49503f087ecf8838b79e6e /lib/Target/ARM/ARMISelLowering.h
parent0faf46c640c6747f1add89ba06631cebc4fa3afd (diff)
downloadllvm-a7016d6fc1c9935ede7b3dc2f39c8cdab14e40e0.tar.gz
llvm-a7016d6fc1c9935ede7b3dc2f39c8cdab14e40e0.tar.bz2
llvm-a7016d6fc1c9935ede7b3dc2f39c8cdab14e40e0.tar.xz
Revert 161581: Patch to implement UMLAL/SMLAL instructions for the ARM
architecture It broke MultiSource/Applications/JM/ldecod/ldecod on armv7 thumb O0 g and armv7 thumb O3. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161736 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMISelLowering.h')
-rw-r--r--lib/Target/ARM/ARMISelLowering.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/ARM/ARMISelLowering.h b/lib/Target/ARM/ARMISelLowering.h
index 2f062ea0be..51d1205074 100644
--- a/lib/Target/ARM/ARMISelLowering.h
+++ b/lib/Target/ARM/ARMISelLowering.h
@@ -176,9 +176,6 @@ namespace llvm {
VMULLs, // ...signed
VMULLu, // ...unsigned
- UMLAL, // 64bit Unsigned Accumulate Multiply
- SMLAL, // 64bit Signed Accumulate Multiply
-
// Operands of the standard BUILD_VECTOR node are not legalized, which
// is fine if BUILD_VECTORs are always lowered to shuffles or other
// operations, but for ARM some BUILD_VECTORs are legal as-is and their