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

Evan Cheng evan.cheng at apple.com
Fri Feb 22 18:59:45 PST 2008


Author: evancheng
Date: Fri Feb 22 20:59:45 2008
New Revision: 47528

URL: http://llvm.org/viewvc/llvm-project?rev=47528&view=rev
Log:
Start testing -enable-sinking as llcbeta again.

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=47528&r1=47527&r2=47528&view=diff

==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Fri Feb 22 20:59:45 2008
@@ -209,8 +209,8 @@
 endif#DISABLE_DIFFS
 
 ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := -coalescer-commute-instrs
-#-enable-sinking
+LLCBETAOPTION := -enable-sinking
+#-coalescer-commute-instrs
 #-machine-licm
 #--enable-tail-merge
 #--enable-ppc-preinc
@@ -224,9 +224,8 @@
 LLCBETAOPTION := -sched=simple 
 endif
 ifeq ($(ARCH),x86)
-LLCBETAOPTION := -remat-pic-load
+LLCBETAOPTION := -enable-sinking
 #-coalescer-commute-instrs
-#-enable-sinking
 #-machine-licm
 #-new-coalescer-heuristic=true
 #-tailcallopt
@@ -239,7 +238,8 @@
 LLCBETAOPTION := -enable-sparc-v9-insts
 endif
 ifeq ($(ARCH),ARM)
-LLCBETAOPTION := -coalescer-commute-instrs
+LLCBETAOPTION := -enable-sinking
+#-coalescer-commute-instrs
 #-new-coalescer-heuristic=true
 #-disable-rematerialization
 #-march=thumb





More information about the llvm-commits mailing list