summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2014-04-18 09:31:27 +0000
committerTim Northover <tnorthover@apple.com>2014-04-18 09:31:27 +0000
commit0d6995985ad974e32ff401713a19a9338571045f (patch)
tree19f6df29b2cf9d4b48c87beb6adb4836561f2413 /test/CodeGen/AArch64
parent70b63374f24a8e05389bb410372d6b83230df227 (diff)
downloadllvm-0d6995985ad974e32ff401713a19a9338571045f.tar.gz
llvm-0d6995985ad974e32ff401713a19a9338571045f.tar.bz2
llvm-0d6995985ad974e32ff401713a19a9338571045f.tar.xz
AArch64/ARM64: spot a greater variety of concat_vector operations.
Code mostly copied from AArch64, just tidied up a trifle and plumbed into the ARM64 way of doing things. This also enables the AArch64 tests which inspired the previous untested commits. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206574 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/AArch64')
-rw-r--r--test/CodeGen/AArch64/neon-copy.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AArch64/neon-copy.ll b/test/CodeGen/AArch64/neon-copy.ll
index b4d55df529..096018ab88 100644
--- a/test/CodeGen/AArch64/neon-copy.ll
+++ b/test/CodeGen/AArch64/neon-copy.ll
@@ -1,5 +1,5 @@
; RUN: llc < %s -verify-machineinstrs -mtriple=aarch64-none-linux-gnu -mattr=+neon -fp-contract=fast | FileCheck %s
-
+; arm64 has copied equivalent test due to intrinsics.
define <16 x i8> @ins16bw(<16 x i8> %tmp1, i8 %tmp2) {
;CHECK: ins {{v[0-9]+}}.b[15], {{w[0-9]+}}