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

Evan Cheng evan.cheng at apple.com
Fri Feb 6 11:09:42 PST 2009


Author: evancheng
Date: Fri Feb  6 13:09:40 2009
New Revision: 63948

URL: http://llvm.org/viewvc/llvm-project?rev=63948&view=rev
Log:
Switch ppc llcbeta to machine sinking. Machine LICM is no more.

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=63948&r1=63947&r2=63948&view=diff

==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Fri Feb  6 13:09:40 2009
@@ -211,9 +211,8 @@
 endif#DISABLE_DIFFS
 
 ifeq ($(ARCH),PowerPC)
-LLCBETAOPTION := -machine-licm
+LLCBETAOPTION := -enable-sinking
 #-aggressive-remat
-#-enable-sinking
 #--enable-tail-merge
 #--enable-ppc-preinc
 #-regalloc=local -fast
@@ -229,7 +228,6 @@
 LLCBETAOPTION := -disable-post-RA-scheduler=false
 #-pre-alloc-split
 #-join-cross-class-copies
-#-machine-licm
 #-fast-isel
 #-aggressive-remat
 #-new-spilling-heuristic





More information about the llvm-commits mailing list