From d36a76d6557de7d2b992d6f4f7fdc87dd5553e89 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 11 Dec 2006 01:03:32 +0000 Subject: 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 --- test/CodeGen/X86/vec_ins_extract.ll | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/CodeGen/X86/vec_ins_extract.ll') 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: -- cgit v1.2.3