[clang] [llvm] [coroutine] Implement llvm.coro.await.suspend intrinsic (PR #79712)

Chuanqi Xu via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 17 19:53:15 PST 2024


https://github.com/ChuanqiXu9 commented:

Thanks. This looks much better now.

Given the CoroAwaitSuspendInst is lowered before splitting coroutines, I think we don't need to handle it specially in `CoroSplit` any more.

https://github.com/llvm/llvm-project/pull/79712


More information about the cfe-commits mailing list