[PATCH] D95807: [Coroutines] Add the newly generated SCCs back to the CGSCC work queue after CoroSplit actually happened
Xun Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 29 08:47:24 PDT 2021
lxfind added a comment.
In D95807#2846358 <https://reviews.llvm.org/D95807#2846358>, @ChuanqiXu wrote:
>> note that we don't really need to run Inliner again on the ramp function after split
>
> This isn't accurate. The inline may run again for ramp function after split and it's required by coro elide.
If there is an inlining opportunity, it should have happened pre-split, right? Is there any reason it didn't happen pre-split but only post-split?
> It seems like that we don't need the attribute `CORO_PRESPLIT_ATTR` any more, do we? If yes, I think we should remove them.
It's still needed by the legacy pass manager. I don't want to break that yet.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95807/new/
https://reviews.llvm.org/D95807
More information about the llvm-commits
mailing list