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

Dan Gohman gohman at apple.com
Wed Nov 19 15:43:39 PST 2008


Author: djg
Date: Wed Nov 19 17:43:35 2008
New Revision: 59680

URL: http://llvm.org/viewvc/llvm-project?rev=59680&view=rev
Log:
Test post-pass scheduling with 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=59680&r1=59679&r2=59680&view=diff

==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Wed Nov 19 17:43:35 2008
@@ -226,7 +226,8 @@
 LLCBETAOPTION := -sched=simple 
 endif
 ifeq ($(ARCH),x86)
-LLCBETAOPTION := -machine-licm
+LLCBETAOPTION := -disable-post-RA-scheduler=false
+#-machine-licm
 #-fast-isel
 #-aggressive-remat
 #-new-spilling-heuristic





More information about the llvm-commits mailing list