[llvm] r208188 - AArch64/ARM64: run test on ARM64 too.

Tim Northover tnorthover at apple.com
Wed May 7 03:47:04 PDT 2014


Author: tnorthover
Date: Wed May  7 05:47:04 2014
New Revision: 208188

URL: http://llvm.org/viewvc/llvm-project?rev=208188&view=rev
Log:
AArch64/ARM64: run test on ARM64 too.

Modified:
    llvm/trunk/test/CodeGen/AArch64/complex-copy-noneon.ll

Modified: llvm/trunk/test/CodeGen/AArch64/complex-copy-noneon.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/complex-copy-noneon.ll?rev=208188&r1=208187&r2=208188&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/complex-copy-noneon.ll (original)
+++ llvm/trunk/test/CodeGen/AArch64/complex-copy-noneon.ll Wed May  7 05:47:04 2014
@@ -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





More information about the llvm-commits mailing list