From: Tim Northover Date: Wed, 7 May 2014 10:47:04 +0000 (+0000) Subject: AArch64/ARM64: run test on ARM64 too. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=0d427515b3005e3cbf6b82923fbdd5ffa27f4a97;p=oota-llvm.git AArch64/ARM64: run test on ARM64 too. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208188 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/AArch64/complex-copy-noneon.ll b/test/CodeGen/AArch64/complex-copy-noneon.ll index 4ae547856ec..137ea5f0ff5 100644 --- a/test/CodeGen/AArch64/complex-copy-noneon.ll +++ b/test/CodeGen/AArch64/complex-copy-noneon.ll @@ -1,4 +1,5 @@ ; RUN: llc -mtriple=aarch64-none-linux-gnu -mattr=-neon < %s +; RUN: llc -mtriple=arm64-none-linux-gnu -mattr=-neon < %s ; The DAG combiner decided to use a vector load/store for this struct copy ; previously. This probably shouldn't happen without NEON, but the most