mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-26 22:34:39 +00:00
This also got better (55 - 51 instructions). But doing one more re-materialization.
llvm-svn: 52482
This commit is contained in:
parent
56e17b525c
commit
ee801276b3
@ -1,5 +1,5 @@
|
||||
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin -mattr=+sse2 -disable-fp-elim | grep movss | count 1
|
||||
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin -mattr=+sse2 -disable-fp-elim -stats |& grep {Number of re-materialization} | grep 1
|
||||
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin -mattr=+sse2 -disable-fp-elim -stats |& grep {Number of re-materialization} | grep 2
|
||||
|
||||
%struct..0objc_object = type opaque
|
||||
%struct.OhBoy = type { }
|
||||
|
Loading…
x
Reference in New Issue
Block a user