[llvm-commits] [test-suite] r83146 - /test-suite/trunk/Makefile.programs
Evan Cheng
evan.cheng at apple.com
Wed Sep 30 01:54:52 PDT 2009
Author: evancheng
Date: Wed Sep 30 03:54:52 2009
New Revision: 83146
URL: http://llvm.org/viewvc/llvm-project?rev=83146&view=rev
Log:
Change 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=83146&r1=83145&r2=83146&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Wed Sep 30 03:54:52 2009
@@ -245,14 +245,14 @@
LLCBETAOPTION := -enable-sparc-v9-insts
endif
ifeq ($(ARCH),ARM)
-LLCBETAOPTION := -post-RA-scheduler
+LLCBETAOPTION := -ldstopti-before-sched2
#-arm-pre-alloc-loadstore-opti
#-schedule-livein-copies
#-new-coalescer-heuristic=true
#-march=thumb
endif
ifeq ($(ARCH),THUMB)
-LLCBETAOPTION := -post-RA-scheduler
+LLCBETAOPTION := -ldstopti-before-sched2
#--enable-thumb-reg-scavenging
endif
More information about the llvm-commits
mailing list