summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_ins_extract.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-12-11 01:03:32 +0000
committerChris Lattner <sabre@nondot.org>2006-12-11 01:03:32 +0000
commitd36a76d6557de7d2b992d6f4f7fdc87dd5553e89 (patch)
treeed8892672a8a3a487e261f328b903eac657dc4da /test/CodeGen/X86/vec_ins_extract.ll
parentb4115ac8f3c557829fbe2e0fad389686d8ad635a (diff)
downloadllvm-d36a76d6557de7d2b992d6f4f7fdc87dd5553e89.tar.gz
llvm-d36a76d6557de7d2b992d6f4f7fdc87dd5553e89.tar.bz2
llvm-d36a76d6557de7d2b992d6f4f7fdc87dd5553e89.tar.xz
the xform is done by scalarrepl not the code generator.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32425 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/vec_ins_extract.ll')
-rw-r--r--test/CodeGen/X86/vec_ins_extract.ll5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/CodeGen/X86/vec_ins_extract.ll b/test/CodeGen/X86/vec_ins_extract.ll
index 08fb8931dc..eee8d22ebb 100644
--- 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: