diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2013-07-16 19:22:07 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2013-07-16 19:22:07 +0000 |
commit | d9508b704d18901608aeb9cf82c87ae4cc7566be (patch) | |
tree | 13fd367a33e09e18020e88b51b97c6f279b22d2d /llvm/test/CodeGen/X86/vec_setcc.ll | |
parent | b4f7831320b41487520c5a210212416ad57c0226 (diff) | |
download | bcm5719-llvm-d9508b704d18901608aeb9cf82c87ae4cc7566be.tar.gz bcm5719-llvm-d9508b704d18901608aeb9cf82c87ae4cc7566be.zip |
Finally, force the target for this test. Should unbreak non-x86 buildbots.
llvm-svn: 186445
Diffstat (limited to 'llvm/test/CodeGen/X86/vec_setcc.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/vec_setcc.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/vec_setcc.ll b/llvm/test/CodeGen/X86/vec_setcc.ll index 501d6f87c74..d1b48cfc5da 100644 --- a/llvm/test/CodeGen/X86/vec_setcc.ll +++ b/llvm/test/CodeGen/X86/vec_setcc.ll @@ -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 |