forked from OSchip/llvm-project
parent
64217e6a28
commit
c81fdd1773
|
@ -1,5 +1,6 @@
|
|||
; RUN: llvm-as < %s | opt -scalarrepl -instcombine | \
|
||||
; RUN: llc -march=x86 -mcpu=yonah | not grep sub.*esp
|
||||
; XFAIL: *
|
||||
|
||||
; This checks that various insert/extract idiom work without going to the
|
||||
; stack.
|
||||
|
|
Loading…
Reference in New Issue