This also got better (55 - 51 instructions). But doing one more re-materialization.

llvm-svn: 52482
This commit is contained in:
Evan Cheng 2008-06-19 01:50:13 +00:00
parent 56e17b525c
commit ee801276b3

View File

@ -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 { }