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

Evan Cheng evan.cheng at apple.com
Fri Feb 22 01:26:10 PST 2008


Author: evancheng
Date: Fri Feb 22 03:26:10 2008
New Revision: 47477

URL: http://llvm.org/viewvc/llvm-project?rev=47477&view=rev
Log:
Testing -remat-pic-load 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=47477&r1=47476&r2=47477&view=diff

==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Fri Feb 22 03:26:10 2008
@@ -224,7 +224,8 @@
 LLCBETAOPTION := -sched=simple 
 endif
 ifeq ($(ARCH),x86)
-LLCBETAOPTION := -coalescer-commute-instrs
+LLCBETAOPTION := -remat-pic-load
+#-coalescer-commute-instrs
 #-enable-sinking
 #-machine-licm
 #-new-coalescer-heuristic=true





More information about the llvm-commits mailing list