[llvm-commits] [test-suite] r82804 - /test-suite/trunk/Makefile.programs
Evan Cheng
evan.cheng at apple.com
Fri Sep 25 14:43:58 PDT 2009
Author: evancheng
Date: Fri Sep 25 16:43:58 2009
New Revision: 82804
URL: http://llvm.org/viewvc/llvm-project?rev=82804&view=rev
Log:
ARM / Thumb llcbeta is now -post-RA-scheduler.
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=82804&r1=82803&r2=82804&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Fri Sep 25 16:43:58 2009
@@ -245,12 +245,15 @@
LLCBETAOPTION := -enable-sparc-v9-insts
endif
ifeq ($(ARCH),ARM)
-LLCBETAOPTION := -schedule-livein-copies
+LLCBETAOPTION := -post-RA-scheduler
+#-arm-pre-alloc-loadstore-opti
+#-schedule-livein-copies
#-new-coalescer-heuristic=true
#-march=thumb
endif
ifeq ($(ARCH),THUMB)
-LLCBETAOPTION := --enable-thumb-reg-scavenging
+LLCBETAOPTION := -post-RA-scheduler
+#--enable-thumb-reg-scavenging
endif
print-llcbeta-option:
More information about the llvm-commits
mailing list