[Mlir-commits] [mlir] MLIR: Add llvm.intr.coro.promise (PR #76640)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sun Dec 31 00:26:04 PST 2023


================
@@ -712,6 +712,13 @@ llvm.func @coro_resume(%arg0: !llvm.ptr) {
   llvm.return
 }
 
+// CHECK-LABEL: @coro_promise
----------------
yonillasky wrote:

For some reason, none of the llvm.coro intrinsics are listed there.

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


More information about the Mlir-commits mailing list