pub unsafe extern "C" fn mlirParsePassPipeline(
    passManager: MlirOpPassManager,
    pipeline: MlirStringRef,
    callback: MlirStringCallback,
    userData: *mut c_void
) -> MlirLogicalResult
Expand description

Parse a textual MLIR pass pipeline and assign it to the provided OpPassManager. If parsing fails an error message is reported using the provided callback.