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

Evan Cheng evan.cheng at apple.com
Thu Dec 6 00:54:32 PST 2007


Author: evancheng
Date: Thu Dec  6 02:54:31 2007
New Revision: 44660

URL: http://llvm.org/viewvc/llvm-project?rev=44660&view=rev
Log:
Turning simple splitting on. Start testing new coalescer heuristics as new 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=44660&r1=44659&r2=44660&view=diff

==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Thu Dec  6 02:54:31 2007
@@ -209,7 +209,7 @@
 endif#DISABLE_DIFFS
 
 ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := -split-intervals-at-bb
+LLCBETAOPTION := -new-coalescer-heuristic=true
 #--enable-tail-merge
 #--enable-ppc-preinc
 #-regalloc=local -fast
@@ -222,8 +222,7 @@
 LLCBETAOPTION := -sched=simple 
 endif
 ifeq ($(ARCH),x86)
-LLCBETAOPTION := -split-intervals-at-bb
-#-new-coalescer-heuristic=true
+LLCBETAOPTION := -new-coalescer-heuristic=true
 #-tailcallopt
 #-regalloc=local -fast
 #-disable-rematerialization
@@ -234,9 +233,8 @@
 LLCBETAOPTION := -enable-sparc-v9-insts
 endif
 ifeq ($(ARCH),ARM)
-LLCBETAOPTION := -split-intervals-at-bb
+LLCBETAOPTION := -new-coalescer-heuristic=true
 #-disable-rematerialization
-#-enable-arm-if-conversion
 #-march=thumb
 endif
 ifeq ($(ARCH),THUMB)





More information about the llvm-commits mailing list