summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorDaniel Sanders <daniel_l_sanders@apple.com>2017-05-24 07:02:37 +0000
committerDaniel Sanders <daniel_l_sanders@apple.com>2017-05-24 07:02:37 +0000
commit35b72229b1570402651ad3452146b5f245ccc246 (patch)
treeff94e3e77377b8db603507bc718ea11bfe42d00a /llvm/test
parente6a2318573a8425a5c29388f1b9603a86a812303 (diff)
downloadbcm5719-llvm-35b72229b1570402651ad3452146b5f245ccc246.tar.gz
bcm5719-llvm-35b72229b1570402651ad3452146b5f245ccc246.zip
Explicitly set CPU and -slow-incdec to try to fix r303678's test on llvm-clang-x86_64-expensive-checks-win.
llvm-svn: 303727
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/GlobalISel/select-leaf-constant.mir2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/GlobalISel/select-leaf-constant.mir b/llvm/test/CodeGen/X86/GlobalISel/select-leaf-constant.mir
index 93a7aba1d97..539520c0b8f 100644
--- a/llvm/test/CodeGen/X86/GlobalISel/select-leaf-constant.mir
+++ b/llvm/test/CodeGen/X86/GlobalISel/select-leaf-constant.mir
@@ -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-linux-gnu -mcpu=haswell -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.
OpenPOWER on IntegriCloud