1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

AArch64/ARM64: run test on ARM64 too.

llvm-svn: 208188
This commit is contained in:
Tim Northover 2014-05-07 10:47:04 +00:00
parent 2d1729cbfc
commit 158a8f8793

View File

@ -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