forked from OSchip/llvm-project
[AArch64] Fix merge-store.ll regression test after r273271
r273271 changed the RUN line of the regression test to use -march=cyclone instead of -mtriple=aarch64-none-none. This caused a change in the output syntax for the ext instruction, causing the test to fail. Change this test back to using -mtriple=aarch64-none-none. llvm-svn: 273286
This commit is contained in:
parent
f8bcc2445d
commit
03b6a4fc88
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc -march aarch64 %s -mcpu=cyclone -o - | FileCheck %s --check-prefix=CYCLONE --check-prefix=CHECK
|
||||
; RUN: llc -mtriple=aarch64-unknown-unknown %s -mcpu=cyclone -o - | FileCheck %s --check-prefix=CYCLONE --check-prefix=CHECK
|
||||
; RUN: llc -march aarch64 %s -mattr=-slow-misaligned-128store -o - | FileCheck %s --check-prefix=MISALIGNED --check-prefix=CHECK
|
||||
|
||||
@g0 = external global <3 x float>, align 16
|
||||
|
|
Loading…
Reference in New Issue