projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25fa9a4
)
llvm/test/CodeGen/X86/fold-pcmpeqd-1.ll: Make sure this is testing without +avx.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Thu, 2 Aug 2012 06:36:56 +0000
(06:36 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Thu, 2 Aug 2012 06:36:56 +0000
(06:36 +0000)
FIXME: Could +avx be checked here too?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161156
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/fold-pcmpeqd-1.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/fold-pcmpeqd-1.ll
b/test/CodeGen/X86/fold-pcmpeqd-1.ll
index 5d817ad6cd86bed19166a3190c1d4d3c6c9b8501..d850630a4d083609f716a1c1dad080287d68cfc5 100644
(file)
--- 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>)