[DeLICM] Enable partial writes
authorTobias Grosser <tobias@grosser.es>
Mon, 7 Aug 2017 22:06:07 +0000 (22:06 +0000)
committerTobias Grosser <tobias@grosser.es>
Mon, 7 Aug 2017 22:06:07 +0000 (22:06 +0000)
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

polly/lib/Transform/DeLICM.cpp

index a67bd18..4747a7b 100644 (file)
@@ -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>