This is a proof of concept draft to use new pass manager inside a function pass to manage the scop analysis.
Ideally, we can call getScopAnalysis of ScopInfoWrapperPass to get any scop analysis.
Differential D21102
[Polly][GSoC 2016] Draft of using new pass manager to cache/invalidate scop analysis in a function pass etherzhhb on Jun 7 2016, 2:23 PM. Authored by
Details
This is a proof of concept draft to use new pass manager inside a function pass to manage the scop analysis. Ideally, we can call getScopAnalysis of ScopInfoWrapperPass to get any scop analysis.
Diff Detail
Event Timeline
Comment Actions Thanks a lot. I will experiment with it. |
We also need to have a new-pass-manager-style pass to calculate Dependences from a Scop