[llvm-commits] [test-suite] r85658 - /test-suite/trunk/Makefile.programs

Dan Gohman gohman at apple.com
Sat Oct 31 07:36:16 PDT 2009


Author: djg
Date: Sat Oct 31 09:36:15 2009
New Revision: 85658

URL: http://llvm.org/viewvc/llvm-project?rev=85658&view=rev
Log:
Move x86 LLCBETA back now that -hoist-constants is removed.

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=85658&r1=85657&r2=85658&view=diff

==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Sat Oct 31 09:36:15 2009
@@ -223,14 +223,12 @@
 LLCBETAOPTION := -sched=simple 
 endif
 ifeq ($(ARCH),x86_64)
-LLCBETAOPTION := -hoist-constants
-#-combiner-alias-analysis
+LLCBETAOPTION := -combiner-alias-analysis
 #-pre-alloc-split
 #-remat-pic-stub-load
 endif
 ifeq ($(ARCH),x86)
-LLCBETAOPTION := -hoist-constants
-#-combiner-alias-analysis
+LLCBETAOPTION := -combiner-alias-analysis
 #-pre-alloc-split
 #-remat-pic-stub-load
 #-combiner-global-alias-analysis





More information about the llvm-commits mailing list