mlir_sys

Function mlirOperationPrintWithState

Source
pub unsafe extern "C" fn mlirOperationPrintWithState(
    op: MlirOperation,
    state: MlirAsmState,
    callback: MlirStringCallback,
    userData: *mut c_void,
)
Expand description

Same as mlirOperationPrint but accepts AsmState controlling the printing behavior as well as caching computed names.