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

Evan Cheng evan.cheng at apple.com
Tue Nov 6 00:54:04 PST 2007


Author: evancheng
Date: Tue Nov  6 02:54:04 2007
New Revision: 43765

URL: http://llvm.org/viewvc/llvm-project?rev=43765&view=rev
Log:
Use -new-coalescer-heuristic=true 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=43765&r1=43764&r2=43765&view=diff

==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Tue Nov  6 02:54:04 2007
@@ -221,7 +221,8 @@
 LLCBETAOPTION := -sched=simple 
 endif
 ifeq ($(ARCH),x86)
-LLCBETAOPTION := -tailcallopt
+LLCBETAOPTION := -new-coalescer-heuristic=true
+#-tailcallopt
 #-regalloc=local -fast
 #-disable-rematerialization
 #-disable-fp-elim





More information about the llvm-commits mailing list