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

Dan Gohman gohman at apple.com
Fri Jan 30 17:39:00 PST 2009


Author: djg
Date: Fri Jan 30 19:39:00 2009
New Revision: 63465

URL: http://llvm.org/viewvc/llvm-project?rev=63465&view=rev
Log:
Test disable-post-RA scheduler 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=63465&r1=63464&r2=63465&view=diff

==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Fri Jan 30 19:39:00 2009
@@ -226,9 +226,9 @@
 LLCBETAOPTION := -sched=simple 
 endif
 ifeq ($(ARCH),x86)
-LLCBETAOPTION := -pre-alloc-split
+LLCBETAOPTION := -disable-post-RA-scheduler=false
+#-pre-alloc-split
 #-join-cross-class-copies
-#-disable-post-RA-scheduler=false -machine-licm
 #-machine-licm
 #-fast-isel
 #-aggressive-remat





More information about the llvm-commits mailing list