summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-12-21 18:11:45 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-12-21 18:11:45 +0000
commit4716cf49814e918d3d3fcc1dbdbc69f8c2197f3f (patch)
treedec9f8c53896e01d228d3f764dc0c831bd262252 /test
parentc851438e3f2c587c5b8fb7ec4bf179798532b9f3 (diff)
downloadllvm-4716cf49814e918d3d3fcc1dbdbc69f8c2197f3f.tar.gz
llvm-4716cf49814e918d3d3fcc1dbdbc69f8c2197f3f.tar.bz2
llvm-4716cf49814e918d3d3fcc1dbdbc69f8c2197f3f.tar.xz
try to unbreak ppc buildbots.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170913 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/vselect-minmax.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/X86/vselect-minmax.ll b/test/CodeGen/X86/vselect-minmax.ll
index b119793e36..cf654b6f20 100644
--- a/test/CodeGen/X86/vselect-minmax.ll
+++ b/test/CodeGen/X86/vselect-minmax.ll
@@ -1,7 +1,7 @@
-; RUN: llc -mcpu=core2 < %s | FileCheck %s -check-prefix=SSE2
-; RUN: llc -mcpu=corei7 < %s | FileCheck %s -check-prefix=SSE4
-; RUN: llc -mcpu=corei7-avx < %s | FileCheck %s -check-prefix=AVX1
-; RUN: llc -mcpu=core-avx2 -mattr=+avx2 < %s | FileCheck %s -check-prefix=AVX2
+; RUN: llc -march=x86-64 -mcpu=core2 < %s | FileCheck %s -check-prefix=SSE2
+; RUN: llc -march=x86-64 -mcpu=corei7 < %s | FileCheck %s -check-prefix=SSE4
+; RUN: llc -march=x86-64 -mcpu=corei7-avx < %s | FileCheck %s -check-prefix=AVX1
+; RUN: llc -march=x86-64 -mcpu=core-avx2 -mattr=+avx2 < %s | FileCheck %s -check-prefix=AVX2
define void @test1(i8* nocapture %a, i8* nocapture %b) nounwind {
vector.ph: