the xform is done by scalarrepl not the code generator.
authorChris Lattner <sabre@nondot.org>
Mon, 11 Dec 2006 01:03:32 +0000 (01:03 +0000)
committerChris 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

index 08fb8931dc3fdf2dd5e3a6f214f68dd8ab4208c5..eee8d22ebbae41d6d7138b2ddfec177f032b34fb 100644 (file)
@@ -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: