ChuanqiXu9 wrote:

I don't understand this: 

> Do not lower coro.end to ret void if its return value will be used. This 
> allows front end separate coro start section and resume section without early 
> return from resume function.

Could elaborate it? Especially why it is safe to not lower  `coro.end` to `ret 
void`?

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

Reply via email to