Skip to content

Commit

Permalink
Remove the JIT-BETA column, LLC-BETA is enough.
Browse files Browse the repository at this point in the history
llvm-svn: 18815
  • Loading branch information
lattner committed Dec 12, 2004
1 parent 32187f2 commit 60543cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
18 changes: 1 addition & 17 deletions TEST.nightly.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ifndef DISABLE_CBE
REPORTS_TO_GEN += cbe
endif
ifdef ENABLE_LINEARSCAN
REPORTS_TO_GEN += llc-ls jit-ls
REPORTS_TO_GEN += llc-ls
endif
REPORTS_SUFFIX := $(addsuffix .report.txt, $(REPORTS_TO_GEN))

Expand Down Expand Up @@ -124,22 +124,6 @@ Output/%.nightly.jit.report.txt: Output/%.llvm.bc Output/%.exe-jit $(LLI)
echo "TEST-FAIL: jit $(RELDIR)/$*" >> $@;\
fi

# JIT experimental tests
$(PROGRAMS_TO_TEST:%=Output/%.nightly.jit-ls.report.txt): \
Output/%.nightly.jit-ls.report.txt: Output/%.llvm.bc Output/%.exe-jit-ls $(JIT)
@echo > $@
-head -n 100 Output/$*.exe-jit-ls >> $@
@-if test -f Output/$*.exe-jit-ls; then \
echo "TEST-PASS: jit-ls $(RELDIR)/$*" >> $@;\
printf "TEST-RESULT-jit-ls: " >> $@;\
grep "Total Execution Time" $@.info >> $@;\
printf "TEST-RESULT-jit-ls-time: " >> $@;\
grep "^program" Output/$*.out-jit-ls.time >> $@;\
echo >> $@;\
else \
echo "TEST-FAIL: jit-ls $(RELDIR)/$*" >> $@;\
fi

# Overall tests: just run subordinate tests
$(PROGRAMS_TO_TEST:%=Output/%.$(TEST).report.txt): \
Output/%.$(TEST).report.txt: $(addprefix Output/%.nightly., $(REPORTS_SUFFIX))
Expand Down
1 change: 0 additions & 1 deletion TEST.nightly.report
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ sub GCCLLC_BETARatio {
["LLC" , 'TEST-RESULT-llc-time: program\s*([.0-9m:]+)', \&FormatTime],
["LLC-BETA" , 'TEST-RESULT-llc-ls-time: program\s*([.0-9m:]+)', \&FormatTime],
["JIT" , 'TEST-RESULT-jit-time: program\s*([.0-9m:]+)', \&FormatTime],
["JIT-BETA" , 'TEST-RESULT-jit-ls-time: program\s*([.0-9m:]+)', \&FormatTime],
["GCC/CBE" , \&GCCCBERatio],
["GCC/LLC" , \&GCCLLCRatio],
["GCC/LLC-BETA" , \&GCCLLC_BETARatio]
Expand Down

0 comments on commit 60543cc

Please sign in to comment.