[llvm-commits] [test-suite] r44698 - /test-suite/trunk/Makefile.programs
Chris Lattner
sabre at nondot.org
Fri Dec 7 21:00:58 PST 2007
Author: lattner
Date: Fri Dec 7 23:00:57 2007
New Revision: 44698
URL: http://llvm.org/viewvc/llvm-project?rev=44698&view=rev
Log:
Enable machine-licm for ppc beta.
Modified:
test-suite/trunk/Makefile.programs
Modified: test-suite/trunk/Makefile.programs
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile.programs?rev=44698&r1=44697&r2=44698&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Fri Dec 7 23:00:57 2007
@@ -209,7 +209,7 @@
endif#DISABLE_DIFFS
ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := -new-coalescer-heuristic=true
+LLCBETAOPTION := -machine-licm
#--enable-tail-merge
#--enable-ppc-preinc
#-regalloc=local -fast
More information about the llvm-commits
mailing list