summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/neon-mla-mls.ll
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2014-04-18 13:16:55 +0000
committerTim Northover <tnorthover@apple.com>2014-04-18 13:16:55 +0000
commit936285440b8585160db4e29ff8fb8180ae728b68 (patch)
treeeb9a5ae6a8f4c9fff588457d6685e41a15afdd48 /test/CodeGen/AArch64/neon-mla-mls.ll
parent753cfe61720dc82f356d84ebf91ef7a04b43cf30 (diff)
downloadllvm-936285440b8585160db4e29ff8fb8180ae728b68.tar.gz
llvm-936285440b8585160db4e29ff8fb8180ae728b68.tar.bz2
llvm-936285440b8585160db4e29ff8fb8180ae728b68.tar.xz
AArch64/ARM64: port more AArch64 tests to ARM64.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206592 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/AArch64/neon-mla-mls.ll')
-rw-r--r--test/CodeGen/AArch64/neon-mla-mls.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/AArch64/neon-mla-mls.ll b/test/CodeGen/AArch64/neon-mla-mls.ll
index 71bb0e70ab..37daadef0b 100644
--- a/test/CodeGen/AArch64/neon-mla-mls.ll
+++ b/test/CodeGen/AArch64/neon-mla-mls.ll
@@ -1,4 +1,5 @@
; RUN: llc < %s -verify-machineinstrs -mtriple=aarch64-none-linux-gnu -mattr=+neon | FileCheck %s
+; RUN: llc < %s -verify-machineinstrs -mtriple=arm64-none-linux-gnu -mattr=+neon | FileCheck %s
define <8 x i8> @mla8xi8(<8 x i8> %A, <8 x i8> %B, <8 x i8> %C) {