[llvm-commits] [test-suite] r83626 - /test-suite/trunk/Makefile.programs
Evan Cheng
evan.cheng at apple.com
Fri Oct 9 00:12:36 PDT 2009
Author: evancheng
Date: Fri Oct 9 02:12:35 2009
New Revision: 83626
URL: http://llvm.org/viewvc/llvm-project?rev=83626&view=rev
Log:
Try -remat-pic-stub-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=83626&r1=83625&r2=83626&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Fri Oct 9 02:12:35 2009
@@ -224,20 +224,20 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86_64)
-LLCBETAOPTION := -pre-alloc-split
+LLCBETAOPTION := -remat-pic-stub-load
+#-pre-alloc-split
#-combiner-alias-analysis
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -pre-alloc-split
+LLCBETAOPTION := -remat-pic-stub-load
+#-pre-alloc-split
#-combiner-alias-analysis
#-combiner-global-alias-analysis
-#-pre-alloc-split
#-fast-isel
#-aggressive-remat
#-new-spilling-heuristic
#-enable-value-prop
#-schedule-livein-copies
-#-new-coalescer-heuristic=true
#-tailcallopt
#-regalloc=local -O0
#-disable-fp-elim
@@ -248,7 +248,6 @@
ifeq ($(ARCH),ARM)
LLCBETAOPTION := -combiner-alias-analysis
#-schedule-livein-copies
-#-new-coalescer-heuristic=true
endif
ifeq ($(ARCH),THUMB)
LLCBETAOPTION :=
More information about the llvm-commits
mailing list