[DAGCombiner] Load slicing test case: attempt to really fix the buildbots (used sse4...
authorQuentin Colombet <qcolombet@apple.com>
Fri, 11 Oct 2013 18:54:49 +0000 (18:54 +0000)
committerQuentin Colombet <qcolombet@apple.com>
Fri, 11 Oct 2013 18:54:49 +0000 (18:54 +0000)
<rdar://problem/14477220>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192480 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/load-slice.ll

index 8086def0e366c598dc1bf604c43126187f796e58..4355e3dfe922f1108166138d3885d40affdf5fd3 100644 (file)
@@ -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>