[llvm] r192480 - [DAGCombiner] Load slicing test case: attempt to really fix the buildbots (used sse4.2 instead of avx!).

Quentin Colombet qcolombet at apple.com
Fri Oct 11 11:54:49 PDT 2013


Author: qcolombet
Date: Fri Oct 11 13:54:49 2013
New Revision: 192480

URL: http://llvm.org/viewvc/llvm-project?rev=192480&view=rev
Log:
[DAGCombiner] Load slicing test case: attempt to really fix the buildbots (used sse4.2 instead of avx!).

<rdar://problem/14477220>

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=192480&r1=192479&r2=192480&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/load-slice.ll (original)
+++ llvm/trunk/test/CodeGen/X86/load-slice.ll Fri Oct 11 13:54:49 2013
@@ -1,5 +1,5 @@
-; RUN: llc -mtriple x86_64-apple-macosx -mattr=+sse4.2 -combiner-stress-load-slicing < %s -o - | FileCheck %s --check-prefix=STRESS
-; RUN: llc -mtriple x86_64-apple-macosx -mattr=+sse4.2 < %s -o - | FileCheck %s --check-prefix=REGULAR
+; 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
 ;
 ; <rdar://problem/14477220>
 





More information about the llvm-commits mailing list