[llvm-commits] [test-suite] r51010 - /test-suite/trunk/Makefile.programs

Bill Wendling isanbard at gmail.com
Mon May 12 16:30:33 PDT 2008


Author: void
Date: Mon May 12 18:30:30 2008
New Revision: 51010

URL: http://llvm.org/viewvc/llvm-project?rev=51010&view=rev
Log:
Enable MachineLICM for the beta tester.

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=51010&r1=51009&r2=51010&view=diff

==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Mon May 12 18:30:30 2008
@@ -205,9 +205,9 @@
 endif#DISABLE_DIFFS
 
 ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := -enable-sinking
+LLCBETAOPTION := -machine-licm
+#-enable-sinking
 #-coalescer-commute-instrs
-#-machine-licm
 #--enable-tail-merge
 #--enable-ppc-preinc
 #-regalloc=local -fast
@@ -220,7 +220,8 @@
 LLCBETAOPTION := -sched=simple 
 endif
 ifeq ($(ARCH),x86)
-LLCBETAOPTION := -schedule-livein-copies
+LLCBETAOPTION := -machine-licm
+#-schedule-livein-copies
 #-align-loops=false
 #-enable-sinking
 #-coalescer-commute-instrs





More information about the llvm-commits mailing list