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

Bill Wendling isanbard at gmail.com
Mon Dec 31 16:22:09 PST 2007


Author: void
Date: Mon Dec 31 18:22:07 2007
New Revision: 45474

URL: http://llvm.org/viewvc/llvm-project?rev=45474&view=rev
Log:
Turn on Machine LICM for a beta test.

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=45474&r1=45473&r2=45474&view=diff

==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Mon Dec 31 18:22:07 2007
@@ -222,7 +222,8 @@
 LLCBETAOPTION := -sched=simple 
 endif
 ifeq ($(ARCH),x86)
-LLCBETAOPTION := -new-coalescer-heuristic=true
+LLCBETAOPTION := -machine-licm
+#-new-coalescer-heuristic=true
 #-tailcallopt
 #-regalloc=local -fast
 #-disable-rematerialization





More information about the llvm-commits mailing list