From ad73f6a7b32c0902ab00eaa3fa3f1f258f0b407c Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Mon, 7 Aug 2017 22:04:20 +0000 Subject: [PATCH] Enable delicm to automatically remove scalar loop carried dependences While this code is still rather we enable it by default to get better test coverage. llvm-svn: 310313 --- polly/lib/Support/RegisterPasses.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polly/lib/Support/RegisterPasses.cpp b/polly/lib/Support/RegisterPasses.cpp index eae712f..9a06229 100644 --- a/polly/lib/Support/RegisterPasses.cpp +++ b/polly/lib/Support/RegisterPasses.cpp @@ -227,7 +227,7 @@ static cl::list DumpAfterFile( static cl::opt EnableDeLICM("polly-enable-delicm", cl::desc("Eliminate scalar loop carried dependences"), - cl::Hidden, cl::init(false), cl::cat(PollyCategory)); + cl::Hidden, cl::init(true), cl::cat(PollyCategory)); static cl::opt EnableSimplify("polly-enable-simplify", -- 2.7.4