[llvm] r192532 - Force a CPU on test so it doesn't depend on microarchitectural scheduling decisions.

Benjamin Kramer benny.kra at googlemail.com
Sat Oct 12 04:17:12 PDT 2013


Author: d0k
Date: Sat Oct 12 06:17:12 2013
New Revision: 192532

URL: http://llvm.org/viewvc/llvm-project?rev=192532&view=rev
Log:
Force a CPU on test so it doesn't depend on microarchitectural scheduling decisions.

Modified:
    llvm/trunk/test/CodeGen/X86/load-slice.ll

Modified: llvm/trunk/test/CodeGen/X86/load-slice.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/load-slice.ll?rev=192532&r1=192531&r2=192532&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/load-slice.ll (original)
+++ llvm/trunk/test/CodeGen/X86/load-slice.ll Sat Oct 12 06:17:12 2013
@@ -1,5 +1,5 @@
-; RUN: llc -mtriple x86_64-apple-macosx -mattr=+avx -combiner-stress-load-slicing < %s -o - | FileCheck %s --check-prefix=STRESS
-; RUN: llc -mtriple x86_64-apple-macosx -mattr=+avx < %s -o - | FileCheck %s --check-prefix=REGULAR
+; RUN: llc -mtriple x86_64-apple-macosx -mcpu=corei7-avx -combiner-stress-load-slicing < %s -o - | FileCheck %s --check-prefix=STRESS
+; RUN: llc -mtriple x86_64-apple-macosx -mcpu=corei7-avx < %s -o - | FileCheck %s --check-prefix=REGULAR
 ;
 ; <rdar://problem/14477220>
 





More information about the llvm-commits mailing list