[llvm-commits] [test-suite] r84838 - /test-suite/trunk/Makefile.programs
Evan Cheng
evan.cheng at apple.com
Wed Oct 21 23:34:53 PDT 2009
Author: evancheng
Date: Thu Oct 22 01:34:52 2009
New Revision: 84838
URL: http://llvm.org/viewvc/llvm-project?rev=84838&view=rev
Log:
x86 llcbeta is -hoist-constants.
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=84838&r1=84837&r2=84838&view=diff
==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Thu Oct 22 01:34:52 2009
@@ -223,12 +223,14 @@
LLCBETAOPTION := -sched=simple
endif
ifeq ($(ARCH),x86_64)
-LLCBETAOPTION := -combiner-alias-analysis
+LLCBETAOPTION := -host-constants
+#-combiner-alias-analysis
#-pre-alloc-split
#-remat-pic-stub-load
endif
ifeq ($(ARCH),x86)
-LLCBETAOPTION := -combiner-alias-analysis
+LLCBETAOPTION := -host-constants
+#-combiner-alias-analysis
#-pre-alloc-split
#-remat-pic-stub-load
#-combiner-global-alias-analysis
More information about the llvm-commits
mailing list