summaryrefslogtreecommitdiff
path: root/include/llvm
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2014-02-10 16:20:29 +0000
committerTim Northover <tnorthover@apple.com>2014-02-10 16:20:29 +0000
commit71313f88cb9ad3b30eaede19cbbb4ef1be1ff882 (patch)
tree0bbc0690df694846ca7c0d3fd00f357d8e118cd0 /include/llvm
parent5fcb5c92d3c8e659abd7a4c2b9a84be9955c525a (diff)
downloadllvm-71313f88cb9ad3b30eaede19cbbb4ef1be1ff882.tar.gz
llvm-71313f88cb9ad3b30eaede19cbbb4ef1be1ff882.tar.bz2
llvm-71313f88cb9ad3b30eaede19cbbb4ef1be1ff882.tar.xz
ARM: use natural LLVM IR for vshll instructions
Similarly to the vshrn instructions, these are simple zext/sext + trunc operations. Using normal LLVM IR should allow for better code, and more sharing with the AArch64 backend. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201093 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/IR/IntrinsicsARM.td2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/IR/IntrinsicsARM.td b/include/llvm/IR/IntrinsicsARM.td
index 8002cc49b5..e86ee12570 100644
--- a/include/llvm/IR/IntrinsicsARM.td
+++ b/include/llvm/IR/IntrinsicsARM.td
@@ -287,8 +287,6 @@ def int_arm_neon_vpminu : Neon_2Arg_Intrinsic;
// Vector Shift.
def int_arm_neon_vshifts : Neon_2Arg_Intrinsic;
def int_arm_neon_vshiftu : Neon_2Arg_Intrinsic;
-def int_arm_neon_vshiftls : Neon_2Arg_Long_Intrinsic;
-def int_arm_neon_vshiftlu : Neon_2Arg_Long_Intrinsic;
// Vector Rounding Shift.
def int_arm_neon_vrshifts : Neon_2Arg_Intrinsic;