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
This commit is contained in:
Chris Lattner 2006-12-11 01:03:32 +00:00
parent b4115ac8f3
commit d36a76d655

View 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: