[PATCH] D94834: [Coroutine] Do not CoroElide if there are musttail calls
JunMa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 17 22:42:07 PST 2021
junparser accepted this revision.
junparser added a comment.
This revision is now accepted and ready to land.
Thanks for fix this. Furthermore, we can add runtime check to see whether this pointer is current coroutine frame, and optimize them separately.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94834/new/
https://reviews.llvm.org/D94834
More information about the llvm-commits
mailing list