[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2006-05-11-InstrSched.ll
Evan Cheng
evan.cheng at apple.com
Thu May 25 01:39:37 PDT 2006
Changes in directory llvm/test/Regression/CodeGen/X86:
2006-05-11-InstrSched.ll updated: 1.1 -> 1.2
---
Log message:
-sched-commute-nodes is now on by default.
---
Diffs of the changes: (+1 -2)
2006-05-11-InstrSched.ll | 3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/test/Regression/CodeGen/X86/2006-05-11-InstrSched.ll
diff -u llvm/test/Regression/CodeGen/X86/2006-05-11-InstrSched.ll:1.1 llvm/test/Regression/CodeGen/X86/2006-05-11-InstrSched.ll:1.2
--- llvm/test/Regression/CodeGen/X86/2006-05-11-InstrSched.ll:1.1 Thu May 11 20:59:17 2006
+++ llvm/test/Regression/CodeGen/X86/2006-05-11-InstrSched.ll Thu May 25 03:39:25 2006
@@ -1,5 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -sched-commute-nodes &&
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -sched-commute-nodes -stats 2>&1 | grep 'asm-printer' | grep 39
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -stats 2>&1 | grep 'asm-printer' | grep 39
void %foo(int* %mc, int* %bp, int* %ms, int* %xmb, int* %mpp, int* %tpmm, int* %ip, int* %tpim, int* %dpp, int* %tpdm, int* %bpi, int %M) {
entry:
More information about the llvm-commits
mailing list