[llvm-commits] [test-suite] r47215 - /test-suite/trunk/Makefile.programs
Evan Cheng
evan.cheng at apple.com
Sat Feb 16 11:15:22 PST 2008
Author: evancheng
Date: Sat Feb 16 13:15:19 2008
New Revision: 47215
URL: http://llvm.org/viewvc/llvm-project?rev=47215&view=rev
Log:
Test -coalescer-commute-instrs as 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=47215&r1=47214&r2=47215&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Sat Feb 16 13:15:19 2008
@@ -209,7 +209,8 @@
endif#DISABLE_DIFFS
ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := -enable-sinking
+LLCBETAOPTION := -coalescer-commute-instrs
+#-enable-sinking
#-machine-licm
#--enable-tail-merge
#--enable-ppc-preinc
@@ -223,7 +224,8 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -enable-sinking
+LLCBETAOPTION := -coalescer-commute-instrs
+#-enable-sinking
#-machine-licm
#-new-coalescer-heuristic=true
#-tailcallopt
@@ -236,7 +238,8 @@
LLCBETAOPTION := -enable-sparc-v9-insts
endif
ifeq ($(ARCH),ARM)
-LLCBETAOPTION := -new-coalescer-heuristic=true
+LLCBETAOPTION := -coalescer-commute-instrs
+#-new-coalescer-heuristic=true
#-disable-rematerialization
#-march=thumb
endif
More information about the llvm-commits
mailing list