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

Dan Gohman gohman at apple.com
Wed Dec 3 17:39:52 PST 2008


Author: djg
Date: Wed Dec  3 19:39:52 2008
New Revision: 60518

URL: http://llvm.org/viewvc/llvm-project?rev=60518&view=rev
Log:
Test post-RA scheduling with anti-dependence breaking with LLCBETA. Currently
this also requires tail-merging to be disabled because tail-merging does
not properly update block live-in information.

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=60518&r1=60517&r2=60518&view=diff

==============================================================================
--- test-suite/trunk/Makefile.programs (original)
+++ test-suite/trunk/Makefile.programs Wed Dec  3 19:39:52 2008
@@ -226,7 +226,7 @@
 LLCBETAOPTION := -sched=simple 
 endif
 ifeq ($(ARCH),x86)
-LLCBETAOPTION := -disable-post-RA-scheduler=false
+LLCBETAOPTION := -disable-post-RA-scheduler=false -break-anti-dependencies -enable-tail-merge=false
 #-machine-licm
 #-fast-isel
 #-aggressive-remat





More information about the llvm-commits mailing list