mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-03 18:29:50 +00:00
Use option -march instead of -mtriple to avoid overconditionalizing the test.
This fixes r234439, which was committed to fix the test failures caused by r234430. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234451 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
df9febccc7
commit
2c3c562b03
@ -1,10 +1,10 @@
|
||||
; RUN: llc -mtriple=arm64-apple-ios7.0 %s -o - | FileCheck %s
|
||||
; RUN: llc -march aarch64 %s -o - | FileCheck %s
|
||||
|
||||
@g0 = external global <3 x float>, align 16
|
||||
@g1 = external global <3 x float>, align 4
|
||||
|
||||
; CHECK: ldr s[[R0:[0-9]+]], {{\[}}[[R1:x[0-9]+]]{{\]}}, #4
|
||||
; CHECK: ld1.s { v[[R0]] }[1], {{\[}}[[R1]]{{\]}}
|
||||
; CHECK: ld1{{\.?s?}} { v[[R0]]{{\.?s?}} }[1], {{\[}}[[R1]]{{\]}}
|
||||
; CHECK: str d[[R0]]
|
||||
|
||||
define void @blam() {
|
||||
|
Loading…
Reference in New Issue
Block a user