summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/neon-crypto.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-crypto.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-crypto.ll')
-rw-r--r--test/CodeGen/AArch64/neon-crypto.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/AArch64/neon-crypto.ll b/test/CodeGen/AArch64/neon-crypto.ll
index c0014fa387..5f1491eb1e 100644
--- a/test/CodeGen/AArch64/neon-crypto.ll
+++ b/test/CodeGen/AArch64/neon-crypto.ll
@@ -1,5 +1,6 @@
; RUN: llc < %s -verify-machineinstrs -mtriple=aarch64-none-linux-gnu -mattr=+neon -mattr=+crypto | FileCheck %s
; RUN: not llc < %s -verify-machineinstrs -mtriple=aarch64-none-linux-gnu -mattr=+neon 2>&1 | FileCheck --check-prefix=CHECK-NO-CRYPTO %s
+; arm64 has a separate test for this, covering the same features (crypto.ll). N.b. NO-CRYPTO will need porting.
declare <4 x i32> @llvm.arm.neon.sha256su1(<4 x i32>, <4 x i32>, <4 x i32>) #1