[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2006-05-08-InstrSched.ll
Evan Cheng
evan.cheng at apple.com
Sat Aug 26 00:38:50 PDT 2006
Changes in directory llvm/test/Regression/CodeGen/X86:
2006-05-08-InstrSched.ll updated: 1.3 -> 1.4
---
Log message:
Improved codegen due to Chris' live interval joining changes.
---
Diffs of the changes: (+1 -1)
2006-05-08-InstrSched.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/X86/2006-05-08-InstrSched.ll
diff -u llvm/test/Regression/CodeGen/X86/2006-05-08-InstrSched.ll:1.3 llvm/test/Regression/CodeGen/X86/2006-05-08-InstrSched.ll:1.4
--- llvm/test/Regression/CodeGen/X86/2006-05-08-InstrSched.ll:1.3 Thu May 11 20:59:17 2006
+++ llvm/test/Regression/CodeGen/X86/2006-05-08-InstrSched.ll Sat Aug 26 02:38:36 2006
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -relocation-model=static | not grep 'xorb $16, %cl'
+; RUN: llvm-as < %s | llc -march=x86 -relocation-model=static | not grep 'subl.*%esp'
%A = external global ushort*
%B = external global uint
More information about the llvm-commits
mailing list