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

Dan Gohman gohman at apple.com
Sun Sep 7 19:22:16 PDT 2008


Author: djg
Date: Sun Sep  7 21:22:16 2008
New Revision: 55890

URL: http://llvm.org/viewvc/llvm-project?rev=55890&view=rev
Log:
Test aggressive-remat in llcbeta.

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=55890&r1=55889&r2=55890&view=diff

==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Sun Sep  7 21:22:16 2008
@@ -205,7 +205,8 @@
 endif#DISABLE_DIFFS
 
 ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := -machine-licm
+LLCBETAOPTION := -aggressive-remat
+#-machine-licm
 #-enable-sinking
 #--enable-tail-merge
 #--enable-ppc-preinc
@@ -219,7 +220,8 @@
 LLCBETAOPTION := -sched=simple 
 endif
 ifeq ($(ARCH),x86)
-LLCBETAOPTION := -machine-licm
+LLCBETAOPTION := -aggressive-remat
+#-machine-licm
 #-new-spilling-heuristic
 #-enable-value-prop
 #-enable-sinking





More information about the llvm-commits mailing list