[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:08:07 PDT 2022


aeubanks added a comment.

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?


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