summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/fold-pcmpeqd-1.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-08-02 06:36:56 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-08-02 06:36:56 +0000
commitac89c0ddfdcf22a7bdaec3dd7e5de5f30ffcaf43 (patch)
treeba6d89788c6ac00f37d0c9ae4e30ea9e8e830ecc /test/CodeGen/X86/fold-pcmpeqd-1.ll
parent25fa9a4890655b8c40e2389e8a81ce2e7491fd40 (diff)
downloadllvm-ac89c0ddfdcf22a7bdaec3dd7e5de5f30ffcaf43.tar.gz
llvm-ac89c0ddfdcf22a7bdaec3dd7e5de5f30ffcaf43.tar.bz2
llvm-ac89c0ddfdcf22a7bdaec3dd7e5de5f30ffcaf43.tar.xz
llvm/test/CodeGen/X86/fold-pcmpeqd-1.ll: Make sure this is testing without +avx.
FIXME: Could +avx be checked here too? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161156 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/fold-pcmpeqd-1.ll')
-rw-r--r--test/CodeGen/X86/fold-pcmpeqd-1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fold-pcmpeqd-1.ll b/test/CodeGen/X86/fold-pcmpeqd-1.ll
index 5d817ad6cd..d850630a4d 100644
--- a/test/CodeGen/X86/fold-pcmpeqd-1.ll
+++ b/test/CodeGen/X86/fold-pcmpeqd-1.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s
+; RUN: llc < %s -march=x86 -mattr=+sse2,-avx | FileCheck %s
define <2 x double> @foo() nounwind {
ret <2 x double> bitcast (<2 x i64><i64 -1, i64 -1> to <2 x double>)