From 2087483748fd9ccdd5ba533bc4f2d6c4aeaf871d Mon Sep 17 00:00:00 2001 From: Daniel Sanders Date: Wed, 24 May 2017 06:05:14 +0000 Subject: [PATCH] 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 --- llvm/test/CodeGen/X86/GlobalISel/select-leaf-constant.mir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/GlobalISel/select-leaf-constant.mir b/llvm/test/CodeGen/X86/GlobalISel/select-leaf-constant.mir index 93a7aba1d974..7a3e57c3590d 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-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.