[llvm-commits] [test-suite] r55088 - /test-suite/trunk/Makefile.programs
Bill Wendling
isanbard at gmail.com
Wed Aug 20 16:41:40 PDT 2008
Author: void
Date: Wed Aug 20 18:41:29 2008
New Revision: 55088
URL: http://llvm.org/viewvc/llvm-project?rev=55088&view=rev
Log:
Turn on Machine LICM for a beta build.
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=55088&r1=55087&r2=55088&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Wed Aug 20 18:41:29 2008
@@ -205,8 +205,8 @@
endif#DISABLE_DIFFS
ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := -enable-sinking
-#-machine-licm
+LLCBETAOPTION := -machine-licm
+#-enable-sinking
#--enable-tail-merge
#--enable-ppc-preinc
#-regalloc=local -fast
@@ -219,12 +219,12 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -new-spilling-heuristic
+LLCBETAOPTION := -machine-licm
+#-new-spilling-heuristic
#-two-addr-remat
#-enable-value-prop
#-enable-sinking
#-schedule-livein-copies
-#-machine-licm
#-new-coalescer-heuristic=true
#-tailcallopt
#-regalloc=local -fast
More information about the llvm-commits
mailing list