[clang] [llvm] [coro] Lower `llvm.coro.await.suspend.handle` to resume with tail call (PR #89751)

via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 29 07:38:59 PDT 2024


================

----------------
zmodem wrote:

This was testing that "the lifetime of the coroutine handle used to obtain
the address is contained within single basic block, and hence does not
live across suspension points"

Since we no longer separately obtain the handle and pass it to
@llvm.coro.resume, this test doesn't really test anything.

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


More information about the cfe-commits mailing list