summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2017-08-07 22:04:20 +0000
committerTobias Grosser <tobias@grosser.es>2017-08-07 22:04:20 +0000
commitad73f6a7b32c0902ab00eaa3fa3f1f258f0b407c (patch)
tree2fa7e84538aaf6ee03de364cbfd64ebb9e3ce244
parenta98081c9f5b30ec16be2cdaa0a9cfa1ef1588b34 (diff)
downloadbcm5719-llvm-ad73f6a7b32c0902ab00eaa3fa3f1f258f0b407c.tar.gz
bcm5719-llvm-ad73f6a7b32c0902ab00eaa3fa3f1f258f0b407c.zip
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
-rw-r--r--polly/lib/Support/RegisterPasses.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Support/RegisterPasses.cpp b/polly/lib/Support/RegisterPasses.cpp
index eae712f7833..9a06229657e 100644
--- a/polly/lib/Support/RegisterPasses.cpp
+++ b/polly/lib/Support/RegisterPasses.cpp
@@ -227,7 +227,7 @@ static cl::list<std::string> DumpAfterFile(
static cl::opt<bool>
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<bool>
EnableSimplify("polly-enable-simplify",
OpenPOWER on IntegriCloud