[PATCH] D124360: [Pipelines] Hoist CoroCleanup to avoid blocking optimizations (1/5)
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 25 10:10:10 PDT 2022
aeubanks added a comment.
In D124360#3472326 <https://reviews.llvm.org/D124360#3472326>, @aeubanks wrote:
> would it make sense to put all of the coroutine lower passes right at the beginning of the pipeline? e.g. around `LowerExpectIntrinsicPass`? is there a reason CoroSplit is interleaved in the CGSCC pass manager?
(actually let's move discussion into D124364 <https://reviews.llvm.org/D124364> where there are more people)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124360/new/
https://reviews.llvm.org/D124360
More information about the llvm-commits
mailing list