summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/neon-shift.ll
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2014-04-18 14:54:53 +0000
committerTim Northover <tnorthover@apple.com>2014-04-18 14:54:53 +0000
commit7b4b26161160d93a0b1bd16962c66b5b626fa696 (patch)
tree95d5a29ff8dc638a8d9dc791cf0c8142eeb28bab /test/CodeGen/AArch64/neon-shift.ll
parentd781e40b6a3fe4a0dfcf9b1e4100c8664b2f3918 (diff)
downloadllvm-7b4b26161160d93a0b1bd16962c66b5b626fa696.tar.gz
llvm-7b4b26161160d93a0b1bd16962c66b5b626fa696.tar.bz2
llvm-7b4b26161160d93a0b1bd16962c66b5b626fa696.tar.xz
AArch64/ARM64: add more NEON tests.
Mostly no testing this time, since they were just wrangling target-specific intrinsics. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206613 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/AArch64/neon-shift.ll')
-rw-r--r--test/CodeGen/AArch64/neon-shift.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/AArch64/neon-shift.ll b/test/CodeGen/AArch64/neon-shift.ll
index 33b04ceb48..088200d972 100644
--- a/test/CodeGen/AArch64/neon-shift.ll
+++ b/test/CodeGen/AArch64/neon-shift.ll
@@ -1,4 +1,5 @@
; RUN: llc < %s -verify-machineinstrs -mtriple=aarch64-none-linux-gnu -mattr=+neon | FileCheck %s
+; arm64 already has these tests: pure intrinsics & trivial shifts.
declare <8 x i8> @llvm.arm.neon.vshiftu.v8i8(<8 x i8>, <8 x i8>)
declare <8 x i8> @llvm.arm.neon.vshifts.v8i8(<8 x i8>, <8 x i8>)