]> granicus.if.org Git - llvm/commitdiff
[GlobalISel] Add -O0 to some tests to see if it fixes them. I can't reproduce the...
authorAmara Emerson <aemerson@apple.com>
Wed, 20 Feb 2019 23:22:15 +0000 (23:22 +0000)
committerAmara Emerson <aemerson@apple.com>
Wed, 20 Feb 2019 23:22:15 +0000 (23:22 +0000)
and greendragon also passes, but some other bots fail for reasons I don't understand.
The only difference I can see between these tests is it's missing an -O0
If this doesn't work I'll revert and continue investigating.

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

test/CodeGen/AArch64/GlobalISel/legalize-shuffle-vector.mir
test/CodeGen/AArch64/GlobalISel/select-shuffle-vector.mir

index 487947c009643964e184a810d717138467db64d7..4dbaae13a7bde901f87a6144acf5036de6b3da50 100644 (file)
@@ -1,5 +1,5 @@
 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
-# RUN: llc -march=aarch64 -run-pass=legalizer -global-isel-abort=1 %s -o - | FileCheck %s
+# RUN: llc -mtriple=aarch64 -O0 -run-pass=legalizer -global-isel-abort=1 %s -o - | FileCheck %s
 ---
 name:            shuffle_v4i32
 alignment:       2
index a48b4cebc190f2f1a7c23299bc412ac124e37b6f..b78c7a55e79c382a34e79b772c4a068ba313d0bc 100644 (file)
@@ -1,5 +1,5 @@
 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
-# RUN: llc -mtriple=aarch64-- -run-pass=instruction-select -verify-machineinstrs %s -global-isel-abort=1 -o - | FileCheck %s
+# RUN: llc -mtriple=aarch64-- -O0 -run-pass=instruction-select -verify-machineinstrs %s -global-isel-abort=1 -o - | FileCheck %s
 --- |
   ; ModuleID = 'shufflevec-only-legal.ll'
   source_filename = "shufflevec-only-legal.ll"