[llvm-commits] [test-suite] r48308 - /test-suite/trunk/Makefile.programs
Evan Cheng
evan.cheng at apple.com
Wed Mar 12 15:20:34 PDT 2008
Author: evancheng
Date: Wed Mar 12 17:20:33 2008
New Revision: 48308
URL: http://llvm.org/viewvc/llvm-project?rev=48308&view=rev
Log:
Test -schedule-livein-copies on ARM and X86.
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=48308&r1=48307&r2=48308&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Wed Mar 12 17:20:33 2008
@@ -224,7 +224,8 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -align-loops=false
+LLCBETAOPTION := -schedule-livein-copies
+#-align-loops=false
#-enable-sinking
#-coalescer-commute-instrs
#-machine-licm
@@ -239,7 +240,8 @@
LLCBETAOPTION := -enable-sparc-v9-insts
endif
ifeq ($(ARCH),ARM)
-LLCBETAOPTION := -enable-sinking
+LLCBETAOPTION := -schedule-livein-copies
+#-enable-sinking
#-coalescer-commute-instrs
#-new-coalescer-heuristic=true
#-disable-rematerialization
More information about the llvm-commits
mailing list