[clang] [Clang][Coroutines] Improve GRO handling to better fit scopes and cleanups (PR #66706)

Chuanqi Xu via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 18 19:51:11 PDT 2023


ChuanqiXu9 wrote:

I remember that there is a defect that we may place the GRO on the coroutine frame. And my instinct reaction is that would this patch be covered by forcing GRO to not live on the coroutine frame? 

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


More information about the cfe-commits mailing list