projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad73f6a
)
[DeLICM] Enable partial writes
author
Tobias Grosser
<tobias@grosser.es>
Mon, 7 Aug 2017 22:06:07 +0000
(22:06 +0000)
committer
Tobias 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
patch
|
blob
|
history
diff --git
a/polly/lib/Transform/DeLICM.cpp
b/polly/lib/Transform/DeLICM.cpp
index a67bd184bf083547b595d3160f09e51a36e2458b..4747a7b86a3c2f41697637baf1bc9f24289d4b63 100644
(file)
--- 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(
fals
e), cl::Hidden,
+ cl::init(
tru
e), cl::Hidden,
cl::cat(PollyCategory));
cl::opt<bool>