summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2017-08-07 22:06:07 +0000
committerTobias Grosser <tobias@grosser.es>2017-08-07 22:06:07 +0000
commit32f64ed22b007d778e1738eb33759449ab4d2323 (patch)
treeb48ffb112e7a7fd2eaae6aa71a41bd1540a43ffb
parentad73f6a7b32c0902ab00eaa3fa3f1f258f0b407c (diff)
downloadbcm5719-llvm-32f64ed22b007d778e1738eb33759449ab4d2323.tar.gz
bcm5719-llvm-32f64ed22b007d778e1738eb33759449ab4d2323.zip
[DeLICM] Enable partial writes
This allows us to remove more scalar dependences. While this feature is still rather experimental, we want to give it sufficient test coverage. llvm-svn: 310314
-rw-r--r--polly/lib/Transform/DeLICM.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Transform/DeLICM.cpp b/polly/lib/Transform/DeLICM.cpp
index a67bd184bf0..4747a7b86a3 100644
--- a/polly/lib/Transform/DeLICM.cpp
+++ b/polly/lib/Transform/DeLICM.cpp
@@ -44,7 +44,7 @@ cl::opt<bool> DelicmOverapproximateWrites(
cl::opt<bool> DelicmPartialWrites("polly-delicm-partial-writes",
cl::desc("Allow partial writes"),
- cl::init(false), cl::Hidden,
+ cl::init(true), cl::Hidden,
cl::cat(PollyCategory));
cl::opt<bool>
OpenPOWER on IntegriCloud