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:
b4115ac
)
the xform is done by scalarrepl not the code generator.
author
Chris Lattner
<sabre@nondot.org>
Mon, 11 Dec 2006 01:03:32 +0000
(
01:03
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 11 Dec 2006 01:03:32 +0000
(
01:03
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32425
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/vec_ins_extract.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/vec_ins_extract.ll
b/test/CodeGen/X86/vec_ins_extract.ll
index 08fb8931dc3fdf2dd5e3a6f214f68dd8ab4208c5..eee8d22ebbae41d6d7138b2ddfec177f032b34fb 100644
(file)
--- a/
test/CodeGen/X86/vec_ins_extract.ll
+++ b/
test/CodeGen/X86/vec_ins_extract.ll
@@
-1,9
+1,8
@@
-; RUN: llvm-as< %s | llc -march=x86 -mcpu=yonah &&
-; RUN: llvm-as< %s | llc -march=x86 -mcpu=yonah | not grep sub.*esp
+; RUN: llvm-as< %s |
opt -scalarrepl -instcombine |
llc -march=x86 -mcpu=yonah &&
+; RUN: llvm-as< %s |
opt -scalarrepl -instcombine |
llc -march=x86 -mcpu=yonah | not grep sub.*esp
; This checks that various insert/extract idiom work without going to the
; stack.
-; XFAIL: *
void %test(<4 x float>* %F, float %f) {
entry: