diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-08-02 06:36:56 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-08-02 06:36:56 +0000 |
commit | ac89c0ddfdcf22a7bdaec3dd7e5de5f30ffcaf43 (patch) | |
tree | ba6d89788c6ac00f37d0c9ae4e30ea9e8e830ecc /test | |
parent | 25fa9a4890655b8c40e2389e8a81ce2e7491fd40 (diff) | |
download | external_llvm-ac89c0ddfdcf22a7bdaec3dd7e5de5f30ffcaf43.zip external_llvm-ac89c0ddfdcf22a7bdaec3dd7e5de5f30ffcaf43.tar.gz external_llvm-ac89c0ddfdcf22a7bdaec3dd7e5de5f30ffcaf43.tar.bz2 |
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')
-rw-r--r-- | test/CodeGen/X86/fold-pcmpeqd-1.ll | 2 |
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 5d817ad..d850630 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>) |