[PATCH] D112840: [PassManager] `buildFunctionSimplificationPipeline()`: schedule another `LoopDeletion` pass run before last `LICM`
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 29 12:38:32 PDT 2021
lebedev.ri added a comment.
In D112840#3097462 <https://reviews.llvm.org/D112840#3097462>, @xbolva00 wrote:
> Also partially solves PR52354?
I don't believe so.
> Maybe loop unrolling + some cleanup pass could also solve your motivating case and also all motivation cases from PR52354?
I don't have an answer to that question.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112840/new/
https://reviews.llvm.org/D112840
More information about the llvm-commits
mailing list