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

Evan Cheng evan.cheng at apple.com
Sat Jun 21 00:20:36 PDT 2008


Author: evancheng
Date: Sat Jun 21 02:20:36 2008
New Revision: 52573

URL: http://llvm.org/viewvc/llvm-project?rev=52573&view=rev
Log:
Test new spilling heuristic.

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=52573&r1=52572&r2=52573&view=diff

==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Sat Jun 21 02:20:36 2008
@@ -219,7 +219,9 @@
 LLCBETAOPTION := -sched=simple 
 endif
 ifeq ($(ARCH),x86)
-LLCBETAOPTION := -enable-value-prop
+LLCBETAOPTION := -new-spilling-heuristic
+#-two-addr-remat
+#-enable-value-prop
 #-enable-sinking
 #-schedule-livein-copies
 #-machine-licm





More information about the llvm-commits mailing list