Make Scop become more portable such that we can use it in a CallGraphSCC pass.
The first step is to drop the analyses that are only used during Scop construction.
This patch drop LoopInfo from Scop.
Details
Details
- Reviewers
Meinersbur grosser jdoerfert
Diff Detail
Diff Detail
- Repository
- rL LLVM