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

Evan Cheng evan.cheng at apple.com
Fri Nov 16 20:58:34 PST 2007


Author: evancheng
Date: Fri Nov 16 22:58:34 2007
New Revision: 44205

URL: http://llvm.org/viewvc/llvm-project?rev=44205&view=rev
Log:
Testing -split-intervals-at-bb as x86 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=44205&r1=44204&r2=44205&view=diff

==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Fri Nov 16 22:58:34 2007
@@ -221,7 +221,8 @@
 LLCBETAOPTION := -sched=simple 
 endif
 ifeq ($(ARCH),x86)
-LLCBETAOPTION := -new-coalescer-heuristic=true
+LLCBETAOPTION := -split-intervals-at-bb
+#-new-coalescer-heuristic=true
 #-tailcallopt
 #-regalloc=local -fast
 #-disable-rematerialization





More information about the llvm-commits mailing list