[llvm] [DSE] Mark promise of pre-split coroutine visible to caller (PR #133918)

via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 8 04:21:12 PDT 2025


NewSigma wrote:

> Out of curiosity, what's the corresponding pattern in C++ side? I mean, how can we see such pattern before coro-split?

Coro result object conversion function that attempts to modify the promise shall produce the pattern.

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


More information about the llvm-commits mailing list