Finally, force the target for this test. Should unbreak non-x86 buildbots.
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 16 Jul 2013 19:22:07 +0000 (19:22 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 16 Jul 2013 19:22:07 +0000 (19:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186445 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/vec_setcc.ll

index 501d6f87c74e5cab67cca1a18d2986b8ab45e134..d1b48cfc5da40a5fe224a3256243e7e8ac910e87 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llc < %s -mcpu=x86-64 -mattr=sse2 | FileCheck %s -check-prefix=SSE2
-; RUN: llc < %s -mcpu=x86-64 -mattr=sse41 | FileCheck %s -check-prefix=SSE41
-; RUN: llc < %s -mcpu=x86-64 -mattr=avx | FileCheck %s -check-prefix=AVX
+; RUN: llc < %s -march=x86-64 -mcpu=x86-64 -mattr=sse2 | FileCheck %s -check-prefix=SSE2
+; RUN: llc < %s -march=x86-64 -mcpu=x86-64 -mattr=sse41 | FileCheck %s -check-prefix=SSE41
+; RUN: llc < %s -march=x86-64 -mcpu=x86-64 -mattr=avx | FileCheck %s -check-prefix=AVX
 
 define <16 x i8> @v16i8_icmp_uge(<16 x i8> %a, <16 x i8> %b) nounwind readnone ssp uwtable {
   %1 = icmp uge <16 x i8> %a, %b