[Mlir-commits] [mlir] [mlir][c] Expose AsmState. (PR #66693)

Maksim Levental llvmlistbot at llvm.org
Mon Sep 18 13:36:43 PDT 2023


================
@@ -819,6 +837,11 @@ MLIR_CAPI_EXPORTED void mlirValuePrintAsOperand(MlirValue value,
                                                 MlirStringCallback callback,
                                                 void *userData);
 
+/// Prints a value as an operand (i.e., the ValueID) using prepopulated state.
+MLIR_CAPI_EXPORTED void
----------------
makslevental wrote:

Is there a way to unify this with `mlirValuePrintAsOperand`? Maybe awkward.

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


More information about the Mlir-commits mailing list