[llvm] r303727 - Explicitly set CPU and -slow-incdec to try to fix r303678's test on llvm-clang-x86_64-expensive-checks-win.

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Wed May 24 00:02:38 PDT 2017


Author: dsanders
Date: Wed May 24 02:02:37 2017
New Revision: 303727

URL: http://llvm.org/viewvc/llvm-project?rev=303727&view=rev
Log:
Explicitly set CPU and -slow-incdec to try to fix r303678's test on llvm-clang-x86_64-expensive-checks-win.


Modified:
    llvm/trunk/test/CodeGen/X86/GlobalISel/select-leaf-constant.mir

Modified: llvm/trunk/test/CodeGen/X86/GlobalISel/select-leaf-constant.mir
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/GlobalISel/select-leaf-constant.mir?rev=303727&r1=303726&r2=303727&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/GlobalISel/select-leaf-constant.mir (original)
+++ llvm/trunk/test/CodeGen/X86/GlobalISel/select-leaf-constant.mir Wed May 24 02:02:37 2017
@@ -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.




More information about the llvm-commits mailing list