forked from OSchip/llvm-project
This also got better (55 - 51 instructions). But doing one more re-materialization.
llvm-svn: 52482
This commit is contained in:
parent
1d1907d778
commit
d6d9cfa72a
|
@ -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…
Reference in New Issue