[llvm-commits] [test-suite] r78218 - /test-suite/trunk/Makefile.programs
Dan Gohman
gohman at apple.com
Wed Aug 5 10:46:34 PDT 2009
Author: djg
Date: Wed Aug 5 12:46:05 2009
New Revision: 78218
URL: http://llvm.org/viewvc/llvm-project?rev=78218&view=rev
Log:
-strict-index-regclass is now on by default. Switch x86's LLCBETA
option to -combiner-alias-analysis. LSR is now preserving
getelementptrs, so perhaps this option will see better results
than in the past.
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=78218&r1=78217&r2=78218&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Wed Aug 5 12:46:05 2009
@@ -224,10 +224,10 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86_64)
-LLCBETAOPTION := -strict-index-regclass
+LLCBETAOPTION := -combiner-alias-analysis -combiner-global-alias-analysis
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -strict-index-regclass
+LLCBETAOPTION := -combiner-alias-analysis -combiner-global-alias-analysis
#-pre-alloc-split
#-join-cross-class-copies
#-fast-isel
More information about the llvm-commits
mailing list