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

Evan Cheng evan.cheng at apple.com
Thu Feb 28 15:30:39 PST 2008


Author: evancheng
Date: Thu Feb 28 17:30:39 2008
New Revision: 47737

URL: http://llvm.org/viewvc/llvm-project?rev=47737&view=rev
Log:
Test -align-loops=false as x86 llcbeta.

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=47737&r1=47736&r2=47737&view=diff

==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Thu Feb 28 17:30:39 2008
@@ -224,7 +224,8 @@
 LLCBETAOPTION := -sched=simple 
 endif
 ifeq ($(ARCH),x86)
-LLCBETAOPTION := -enable-sinking
+LLCBETAOPTION := -align-loops=false
+#-enable-sinking
 #-coalescer-commute-instrs
 #-machine-licm
 #-new-coalescer-heuristic=true





More information about the llvm-commits mailing list