The pass does not change loops, it just adds calls.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I have checked with the LoopInfoWrapperPass::verifyAnalysis() after the pass, analysis is still valid.
Comment Actions
Looks obviously fine to me. I think debug builds automatically verify preserved analyses (at least they did with the old pass manager...).