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:
3e77d14
)
Add DEBUG output to -polly-scops pass
author
Tobias Grosser
<tobias@grosser.es>
Sat, 30 May 2015 06:26:21 +0000
(06:26 +0000)
committer
Tobias Grosser
<tobias@grosser.es>
Sat, 30 May 2015 06:26:21 +0000
(06:26 +0000)
llvm-svn: 238644
polly/lib/Analysis/ScopInfo.cpp
patch
|
blob
|
history
diff --git
a/polly/lib/Analysis/ScopInfo.cpp
b/polly/lib/Analysis/ScopInfo.cpp
index
2ae6a1e
..
0e7527e
100644
(file)
--- a/
polly/lib/Analysis/ScopInfo.cpp
+++ b/
polly/lib/Analysis/ScopInfo.cpp
@@
-2064,6
+2064,8
@@
bool ScopInfo::runOnRegion(Region *R, RGPassManager &RGM) {
scop = new Scop(*tempScop, LI, SE, SD, ctx);
+ DEBUG(scop->print(dbgs()));
+
if (!PollyUseRuntimeAliasChecks) {
// Statistics.
++ScopFound;