Add statistics about
- Which optimizations are applied
- Number of loops in Scops at various stages
- Number of scalar/singleton writes at various stages representative for false dependencies
- Number of parallel loops
Paths
| Differential D37049
[Polly] Add various statistics. ClosedPublic Authored by Meinersbur on Aug 22 2017, 7:24 PM.
Details Summary Add statistics about
Diff Detail
Event Timelinegrosser added inline comments. This revision is now accepted and ready to land.Aug 22 2017, 9:35 PM Meinersbur marked 2 inline comments as done. Comment Actions
Closed by commit rL311553: Add more statistics. (authored by Meinersbur). · Explain WhyAug 23 2017, 6:52 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 112358 polly/trunk/include/polly/ScopInfo.h
polly/trunk/include/polly/Simplify.h
polly/trunk/include/polly/Support/SCEVAffinator.h
polly/trunk/lib/Analysis/PruneUnprofitable.cpp
polly/trunk/lib/Analysis/ScopInfo.cpp
polly/trunk/lib/CodeGen/CodeGeneration.cpp
polly/trunk/lib/CodeGen/IslAst.cpp
polly/trunk/lib/CodeGen/IslNodeBuilder.cpp
polly/trunk/lib/Support/RegisterPasses.cpp
polly/trunk/lib/Transform/DeLICM.cpp
polly/trunk/lib/Transform/ForwardOpTree.cpp
polly/trunk/lib/Transform/ScheduleOptimizer.cpp
polly/trunk/lib/Transform/Simplify.cpp
|