[llvm-commits] [test-suite] r51571 - /test-suite/trunk/Makefile.programs
Bill Wendling
isanbard at gmail.com
Mon May 26 15:22:42 PDT 2008
Author: void
Date: Mon May 26 17:22:42 2008
New Revision: 51571
URL: http://llvm.org/viewvc/llvm-project?rev=51571&view=rev
Log:
Finished testing 2-addr remat.
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=51571&r1=51570&r2=51571&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Mon May 26 17:22:42 2008
@@ -205,8 +205,7 @@
endif#DISABLE_DIFFS
ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := -2-addr-remat
-#-enable-sinking
+LLCBETAOPTION := -enable-sinking
#-machine-licm
#-coalescer-commute-instrs
#--enable-tail-merge
@@ -221,8 +220,7 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -2-addr-remat
-#-schedule-livein-copies
+LLCBETAOPTION := -schedule-livein-copies
#-align-loops=false
#-enable-sinking
#-coalescer-commute-instrs
More information about the llvm-commits
mailing list