[PATCH] D124364: [Pipelines] Enable EarlyCSE after CoroCleanup to avoid runtime performance losses (5/5)
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 25 10:11:32 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?
I'd like to understand the constraints better before going forward with a solution that currently seems unprincipled to me
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124364/new/
https://reviews.llvm.org/D124364
More information about the llvm-commits
mailing list