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

Jim Grosbach grosbach at apple.com
Sat Oct 24 18:36:51 PDT 2009


Author: grosbach
Date: Sat Oct 24 20:36:50 2009
New Revision: 85027

URL: http://llvm.org/viewvc/llvm-project?rev=85027&view=rev
Log:
frame index materialization reuse for ARM/Thumb 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=85027&r1=85026&r2=85027&view=diff

==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Sat Oct 24 20:36:50 2009
@@ -246,12 +246,14 @@
 LLCBETAOPTION := -enable-sparc-v9-insts
 endif
 ifeq ($(ARCH),ARM)
-LLCBETAOPTION := -combiner-alias-analysis
+LLCBETAOPTION := -arm-virtual-frame-index-vals -arm-reuse-frame-index-vals
+#-combiner-alias-analysis
 #-schedule-livein-copies
 endif
 ifeq ($(ARCH),THUMB)
-LLCBETAOPTION := -combiner-alias-analysis
-#--enable-thumb-reg-scavenging
+LLCBETAOPTION := -arm-virtual-frame-index-vals -arm-reuse-frame-index-vals
+#-combiner-alias-analysis
+#-enable-thumb-reg-scavenging
 endif
 
 print-llcbeta-option:





More information about the llvm-commits mailing list