[llvm-commits] [test-suite] r83253 - /test-suite/trunk/Makefile.programs
Evan Cheng
evan.cheng at apple.com
Fri Oct 2 13:04:35 PDT 2009
Author: evancheng
Date: Fri Oct 2 15:04:35 2009
New Revision: 83253
URL: http://llvm.org/viewvc/llvm-project?rev=83253&view=rev
Log:
-ldstopti-before-sched2 has been removed.
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=83253&r1=83252&r2=83253&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Fri Oct 2 15:04:35 2009
@@ -230,7 +230,6 @@
LLCBETAOPTION := -combiner-alias-analysis
#-combiner-global-alias-analysis
#-pre-alloc-split
-#-join-cross-class-copies
#-fast-isel
#-aggressive-remat
#-new-spilling-heuristic
@@ -245,14 +244,12 @@
LLCBETAOPTION := -enable-sparc-v9-insts
endif
ifeq ($(ARCH),ARM)
-LLCBETAOPTION := -ldstopti-before-sched2
-#-arm-pre-alloc-loadstore-opti
+LLCBETAOPTION := -combiner-alias-analysis
#-schedule-livein-copies
#-new-coalescer-heuristic=true
-#-march=thumb
endif
ifeq ($(ARCH),THUMB)
-LLCBETAOPTION := -ldstopti-before-sched2
+LLCBETAOPTION := -combiner-alias-analysis
#--enable-thumb-reg-scavenging
endif
More information about the llvm-commits
mailing list