[llvm-commits] [test-suite] r64931 - /test-suite/trunk/Makefile.programs
Evan Cheng
evan.cheng at apple.com
Wed Feb 18 10:38:24 PST 2009
Author: evancheng
Date: Wed Feb 18 12:38:24 2009
New Revision: 64931
URL: http://llvm.org/viewvc/llvm-project?rev=64931&view=rev
Log:
Switch ppc llcbeta to -regalloc=local -fast.
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=64931&r1=64930&r2=64931&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Wed Feb 18 12:38:24 2009
@@ -211,10 +211,10 @@
endif#DISABLE_DIFFS
ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := --enable-ppc-preinc
+LLCBETAOPTION := -regalloc=local -fast
+#--enable-ppc-preinc
#-aggressive-remat
#--enable-tail-merge
-#-regalloc=local -fast
endif
ifeq ($(ARCH),Alpha)
LLCBETAOPTION := -sched=list-td
More information about the llvm-commits
mailing list