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

Dan Gohman gohman at apple.com
Fri Oct 9 16:30:09 PDT 2009


Author: djg
Date: Fri Oct  9 18:30:09 2009
New Revision: 83689

URL: http://llvm.org/viewvc/llvm-project?rev=83689&view=rev
Log:
The aggressive-remat option is now removed.

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=83689&r1=83688&r2=83689&view=diff

==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Fri Oct  9 18:30:09 2009
@@ -213,7 +213,6 @@
 ifeq ($(ARCH),PowerPC)
 LLCBETAOPTION := -regalloc=local -O0
 #--enable-ppc-preinc
-#-aggressive-remat
 #--enable-tail-merge
 endif
 ifeq ($(ARCH),Alpha)
@@ -234,7 +233,6 @@
 #-combiner-alias-analysis
 #-combiner-global-alias-analysis
 #-fast-isel
-#-aggressive-remat
 #-new-spilling-heuristic
 #-enable-value-prop
 #-schedule-livein-copies





More information about the llvm-commits mailing list