[clang] [llvm] [coroutine] Implement llvm.coro.await.suspend intrinsic (PR #79712)

Chuanqi Xu via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 17 19:53:13 PST 2024


================
@@ -167,6 +167,47 @@ class CoroCloner {
 
 } // end anonymous namespace
 
+// FIXME:
+// Lower the intrinisc earlier if coroutine frame doesn't escape
----------------
ChuanqiXu9 wrote:

```suggestion
// Lower the intrinisc in CoroEarly phase if coroutine frame doesn't escape
```

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


More information about the cfe-commits mailing list