mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
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:
parent
b4115ac8f3
commit
d36a76d655
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user