Details
Details
- Reviewers
lxfind rjmccall - Commits
- rG0237dbfdd380: [Coroutine] Record the elided coroutines
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
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.
llvm/lib/Transforms/Coroutines/CoroElide.cpp | ||
---|---|---|
28 | Shouldn't this be under NDEBUG too? |
Shouldn't this be under NDEBUG too?