[llvm-commits] [test-suite] r83863 - /test-suite/trunk/Makefile.programs
Nate Begeman
natebegeman at mac.com
Mon Oct 12 10:58:39 PDT 2009
Author: sampo
Date: Mon Oct 12 12:58:38 2009
New Revision: 83863
URL: http://llvm.org/viewvc/llvm-project?rev=83863&view=rev
Log:
Enable combiner-aa as LLCBETA on x86, x86-64 now that (hopefully) final heuristics are in place.
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=83863&r1=83862&r2=83863&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Mon Oct 12 12:58:38 2009
@@ -223,14 +223,14 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86_64)
-LLCBETAOPTION := -remat-pic-stub-load
+LLCBETAOPTION := -combiner-alias-analysis
#-pre-alloc-split
-#-combiner-alias-analysis
+#-remat-pic-stub-load
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -remat-pic-stub-load
+LLCBETAOPTION := -combiner-alias-analysis
#-pre-alloc-split
-#-combiner-alias-analysis
+#-remat-pic-stub-load
#-combiner-global-alias-analysis
#-fast-isel
#-new-spilling-heuristic
More information about the llvm-commits
mailing list