forked from OSchip/llvm-project
Tweak r303678's test to try to fix llvm-clang-x86_64-expensive-checks-win.
I suspect this buildbot has slow-incdec set by default, most likely due to the default CPU having this set. This feature bit can prevent optsize from having an effect on this IR. llvm-svn: 303720
This commit is contained in:
parent
170429e290
commit
2087483748
|
@ -1,4 +1,4 @@
|
|||
# RUN: llc -mtriple=i586-linux-gnu -global-isel -run-pass=instruction-select %s -o - | FileCheck %s --check-prefix=CHECK
|
||||
# RUN: llc -mtriple=i586-pc-win32 -mattr=-slow-incdec -global-isel -run-pass=instruction-select %s -o - | FileCheck %s --check-prefix=CHECK
|
||||
#
|
||||
# This is necessary to test that attribute-based rule predicates work and that
|
||||
# they properly reset between functions.
|
||||
|
|
Loading…
Reference in New Issue