The pass uses a bunch of deprecated legacy passes and appears unused.
Remove it to unblock removing legacy passes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks like this is dead code since https://reviews.llvm.org/D136621. This LGTM, but probably best to give @Meinersbur a chance to comment -- I'm not sure whether these passes not being part of the NewPM pipeline was an oversight?
Comment Actions
LGTM.
In the NPM, Polly uses buildFunctionSimplificationPipeline to cleanup after Polly. This was for the legacy pass manager.