[PATCH] D105606: [Coroutine] Record the elided coroutines
Chuanqi Xu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 25 23:20:03 PDT 2021
ChuanqiXu added a comment.
In D105606#2903641 <https://reviews.llvm.org/D105606#2903641>, @lxfind wrote:
> In D105606#2889219 <https://reviews.llvm.org/D105606#2889219>, @ChuanqiXu wrote:
>
>> gentle ping~
>
> fix lint?
I am not sure if I understand your point correctly. The intent of the diff is going to record the coroutines got elided. There are options to dump informations to specific file like `info-output-file` in Timer.cpp. So I guess we can do similar things in coroutine.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105606/new/
https://reviews.llvm.org/D105606
More information about the llvm-commits
mailing list