mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
allow this to pass on ppc hosts.
llvm-svn: 40846
This commit is contained in:
parent
bc90e7255f
commit
f2a88ac82d
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse -enable-unsafe-fp-math | \
|
||||
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -enable-unsafe-fp-math | \
|
||||
; RUN: grep -v sp | grep xorps | wc -l | grep 2
|
||||
|
||||
; Don't fold the incoming stack arguments into the xorps instructions used
|
||||
|
Loading…
Reference in New Issue
Block a user