From: Benjamin Kramer Date: Fri, 21 Dec 2012 18:11:45 +0000 (+0000) Subject: try to unbreak ppc buildbots. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4716cf49814e918d3d3fcc1dbdbc69f8c2197f3f;p=oota-llvm.git try to unbreak ppc buildbots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170913 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/vselect-minmax.ll b/test/CodeGen/X86/vselect-minmax.ll index b119793e36b..cf654b6f205 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: