[llvm-commits] CVS: llvm/test/CodeGen/X86/2006-05-11-InstrSched.ll 2007-03-15-GEP-Idx-Sink.ll

Evan Cheng evan.cheng at apple.com
Wed Apr 4 00:41:13 PDT 2007



Changes in directory llvm/test/CodeGen/X86:

2006-05-11-InstrSched.ll updated: 1.7 -> 1.8
2007-03-15-GEP-Idx-Sink.ll updated: 1.1 -> 1.2
---
Log message:

These got better.

---
Diffs of the changes:  (+2 -2)

 2006-05-11-InstrSched.ll   |    2 +-
 2007-03-15-GEP-Idx-Sink.ll |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/test/CodeGen/X86/2006-05-11-InstrSched.ll
diff -u llvm/test/CodeGen/X86/2006-05-11-InstrSched.ll:1.7 llvm/test/CodeGen/X86/2006-05-11-InstrSched.ll:1.8
--- llvm/test/CodeGen/X86/2006-05-11-InstrSched.ll:1.7	Tue Mar 13 18:26:41 2007
+++ llvm/test/CodeGen/X86/2006-05-11-InstrSched.ll	Wed Apr  4 02:40:55 2007
@@ -1,5 +1,5 @@
 ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -stats 2>&1 |\
-; RUN:     grep 'asm-printer' | grep 37
+; RUN:     grep 'asm-printer' | grep 35
 
 target datalayout = "e-p:32:32"
 define void @foo(i32* %mc, i32* %bp, i32* %ms, i32* %xmb, i32* %mpp, i32* %tpmm, i32* %ip, i32* %tpim, i32* %dpp, i32* %tpdm, i32* %bpi, i32 %M) {


Index: llvm/test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll
diff -u llvm/test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll:1.1 llvm/test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll:1.2
--- llvm/test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll:1.1	Fri Mar 30 16:22:46 2007
+++ llvm/test/CodeGen/X86/2007-03-15-GEP-Idx-Sink.ll	Wed Apr  4 02:40:55 2007
@@ -1,5 +1,5 @@
 ; RUN: llvm-as < %s | llc &&
-; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-darwin | grep 'addl $20, %esp'
+; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-darwin | grep 'addl $16, %esp'
 
 define void @foo(i8** %buf, i32 %size, i32 %col, i8* %p) {
 entry:






More information about the llvm-commits mailing list