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:
Daniel Sanders 2017-05-24 06:05:14 +00:00
parent 170429e290
commit 2087483748
1 changed files with 1 additions and 1 deletions

View File

@ -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.