ChuanqiXu9 wrote:

BTW, in my original comment, I said:

> Then in the middle end, we can perform analysis the awaitSuspendFn to see if 
> the coroutine handle escapes or not. If it won't escape, we can replace above 
> intrinsic to the direct call. Otherwise, we will only convert them in the 
> CoroSplit phase.

But this patch only implements the otherwise part. This is not a blocking 
issue. But we need a TODO or a FIXME here.

https://github.com/llvm/llvm-project/pull/79712
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to