]> granicus.if.org Git - llvm/commitdiff
[AArch64] Fix merge-store.ll regression test after r273271
authorSilviu Baranga <silviu.baranga@arm.com>
Tue, 21 Jun 2016 17:15:49 +0000 (17:15 +0000)
committerSilviu Baranga <silviu.baranga@arm.com>
Tue, 21 Jun 2016 17:15:49 +0000 (17:15 +0000)
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273286 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/AArch64/merge-store.ll

index ee9d93b6110ac228297b27c8fc672a1cfa68cb43..981d16f762ff55bdf3dcf04c37ecbcfc18cb76de 100644 (file)
@@ -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