[PATCH] D100614: [Coroutine] Collect CoroBegin if all of terminators are dominated by one coro.destroy

Chuanqi Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 19 19:45:19 PDT 2021


ChuanqiXu added a comment.

In another words, we could use `hasEscapePath` to handle all the cases if we don't care about compile-time.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100614/new/

https://reviews.llvm.org/D100614



More information about the llvm-commits mailing list