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

Tobias Gysi llvmlistbot at llvm.org
Sun Dec 31 00:18:48 PST 2023


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

Can you add a check that matches the intrinsics declaration at the end of the file, e.g., right after:
`// CHECK-DAG: declare void @llvm.coro.resume(ptr)`

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


More information about the Mlir-commits mailing list