[llvm-commits] CVS: llvm/test/Programs/TEST.nightly.Makefile TEST.nightly.report
Chris Lattner
lattner at cs.uiuc.edu
Sat Jun 19 18:38:01 PDT 2004
Changes in directory llvm/test/Programs:
TEST.nightly.Makefile updated: 1.30 -> 1.31
TEST.nightly.report updated: 1.23 -> 1.24
---
Log message:
Remove the # LLVM instructions column from the nightly tester. This is not
really a useful metric, and the -instcount pass prints out TONS of gunk to
the log that is useless.
---
Diffs of the changes: (+0 -5)
Index: llvm/test/Programs/TEST.nightly.Makefile
diff -u llvm/test/Programs/TEST.nightly.Makefile:1.30 llvm/test/Programs/TEST.nightly.Makefile:1.31
--- llvm/test/Programs/TEST.nightly.Makefile:1.30 Thu Jun 3 14:45:00 2004
+++ llvm/test/Programs/TEST.nightly.Makefile Sat Jun 19 18:30:16 2004
@@ -43,10 +43,6 @@
printf "TEST-RESULT-compile: " >> $@;\
wc -c $< >> $@;\
echo >> $@;\
- $(LANALYZE) -stats -instcount $< -info-output-file=Output/$*.ic;\
- printf "TEST-RESULT-compile: " >> $@;\
- grep 'Number of instructions (of all types)$$' Output/$*.ic >> $@;\
- echo >> $@;\
else \
echo "TEST-FAIL: compile $(RELDIR)/$*" >> $@;\
fi
Index: llvm/test/Programs/TEST.nightly.report
diff -u llvm/test/Programs/TEST.nightly.report:1.23 llvm/test/Programs/TEST.nightly.report:1.24
--- llvm/test/Programs/TEST.nightly.report:1.23 Wed Feb 25 12:38:17 2004
+++ llvm/test/Programs/TEST.nightly.report Sat Jun 19 18:30:16 2004
@@ -62,7 +62,6 @@
# Times
["GCCAS" , "TEST-RESULT-compile: $WallTimeRE"],
["Bytecode" , 'TEST-RESULT-compile: *([0-9]+)'],
- ["Instrs" , 'TEST-RESULT-compile: *([0-9]+).*Number of inst'],
["LLC<br>compile" , "TEST-RESULT-llc: $WallTimeRE"],
["LLC-LS<br>compile" , "TEST-RESULT-llc-ls: $WallTimeRE"],
["JIT<br>codegen" , "TEST-RESULT-jit-comptime: $WallTimeRE"],
More information about the llvm-commits
mailing list