[llvm-commits] [test-suite] r63381 - /test-suite/trunk/Makefile.programs
Evan Cheng
evan.cheng at apple.com
Thu Jan 29 23:47:04 PST 2009
Author: evancheng
Date: Fri Jan 30 01:47:04 2009
New Revision: 63381
URL: http://llvm.org/viewvc/llvm-project?rev=63381&view=rev
Log:
Test pre-allocation split as x86 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=63381&r1=63380&r2=63381&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Fri Jan 30 01:47:04 2009
@@ -226,7 +226,9 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -disable-post-RA-scheduler=false -machine-licm
+LLCBETAOPTION := -pre-alloc-split
+#-join-cross-class-copies
+#-disable-post-RA-scheduler=false -machine-licm
#-machine-licm
#-fast-isel
#-aggressive-remat
More information about the llvm-commits
mailing list