[Mlir-commits] [mlir] [mlir][emitc] Rename call op to call_opaque (PR #72486)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Nov 15 23:51:19 PST 2023


================
@@ -92,10 +92,10 @@ def EmitC_ApplyOp : EmitC_Op<"apply", []> {
   let hasVerifier = 1;
 }
 
-def EmitC_CallOp : EmitC_Op<"call", []> {
+def EmitC_CallOpaqueOp : EmitC_Op<"call_opaque", []> {
   let summary = "Call operation";
   let description = [{
-    The `call` operation represents a C++ function call. The call allows
+    The `call_opaque` operation represents a C++ function call. The call allows
----------------
ayalz wrote:

nit: worth clarifying its opaqueness?

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


More information about the Mlir-commits mailing list