From 0d427515b3005e3cbf6b82923fbdd5ffa27f4a97 Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Wed, 7 May 2014 10:47:04 +0000 Subject: [PATCH] AArch64/ARM64: run test on ARM64 too. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208188 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/AArch64/complex-copy-noneon.ll | 1 + 1 file changed, 1 insertion(+) 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 -- 2.34.1