[llvm-commits] [llvm] r52482 - /llvm/trunk/test/CodeGen/X86/2008-03-18-CoalescerBug.ll

Evan Cheng evan.cheng at apple.com
Wed Jun 18 18:50:14 PDT 2008


Author: evancheng
Date: Wed Jun 18 20:50:13 2008
New Revision: 52482

URL: http://llvm.org/viewvc/llvm-project?rev=52482&view=rev
Log:
This also got better (55 - 51 instructions). But doing one more re-materialization.

Modified:
    llvm/trunk/test/CodeGen/X86/2008-03-18-CoalescerBug.ll

Modified: llvm/trunk/test/CodeGen/X86/2008-03-18-CoalescerBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2008-03-18-CoalescerBug.ll?rev=52482&r1=52481&r2=52482&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/2008-03-18-CoalescerBug.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2008-03-18-CoalescerBug.ll Wed Jun 18 20:50:13 2008
@@ -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 {  }





More information about the llvm-commits mailing list