[llvm-commits] [test-suite] r62293 - /test-suite/trunk/Makefile.programs
Dan Gohman
gohman at apple.com
Thu Jan 15 17:46:47 PST 2009
Author: djg
Date: Thu Jan 15 19:46:47 2009
New Revision: 62293
URL: http://llvm.org/viewvc/llvm-project?rev=62293&view=rev
Log:
New LLCBETA options:
Drop -break-anti-dependencies, which is now on by default with the
post-pass scheduler, and -enable-tail-merge=false, which does not
currently conflict with the post-pass scheduler.
Add -machine-licm.
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=62293&r1=62292&r2=62293&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Thu Jan 15 19:46:47 2009
@@ -226,7 +226,7 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -disable-post-RA-scheduler=false -break-anti-dependencies -enable-tail-merge=false
+LLCBETAOPTION := -disable-post-RA-scheduler=false -machine-licm
#-machine-licm
#-fast-isel
#-aggressive-remat
More information about the llvm-commits
mailing list