[llvm] [Coroutines] Implement elision for noop coroutines (PR #174353)

Chuanqi Xu via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 11 18:35:56 PST 2026


ChuanqiXu9 wrote:

>  It seems clang forgot to add function attributes to await_suspend wrappers. The inliner refuses to inline callees into await_suspend because their attributes mismatch.

Sounds like an important issue to me.

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


More information about the llvm-commits mailing list