From 812d7506d0c55fbb0eee522cb77b62e4ab777dea Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 16 Dec 2008 06:21:45 +0000 Subject: Enable anti-dependence breaking by default when post-RA scheduling is enabled. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61078 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/PostRASchedulerList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/CodeGen/PostRASchedulerList.cpp') diff --git a/lib/CodeGen/PostRASchedulerList.cpp b/lib/CodeGen/PostRASchedulerList.cpp index 865479d300..b5d789c38e 100644 --- a/lib/CodeGen/PostRASchedulerList.cpp +++ b/lib/CodeGen/PostRASchedulerList.cpp @@ -43,7 +43,7 @@ STATISTIC(NumStalls, "Number of pipeline stalls"); static cl::opt EnableAntiDepBreaking("break-anti-dependencies", cl::desc("Break scheduling anti-dependencies"), - cl::init(false)); + cl::init(true)); namespace { class VISIBILITY_HIDDEN PostRAScheduler : public MachineFunctionPass { -- cgit v1.2.3-18-g5258