[clang] [CIR] Initial support for emitting coroutine body (PR #161616)

via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 2 14:56:01 PDT 2025


================
@@ -2341,6 +2341,12 @@ def CIR_FuncOp : CIR_Op<"func", [
     The function linkage information is specified by `linkage`, as defined by
     `GlobalLinkageKind` attribute.
 
+    A compiler builtin function must be marked as `builtin` for further
+    processing when lowering from CIR.
+
+    The `coroutine` keyword is used to mark coroutine function, which requires
----------------
Andres-Salamanca wrote:

Done

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


More information about the cfe-commits mailing list