Function mlir_sys::mlirOpPassManagerAddPipeline
source · pub unsafe extern "C" fn mlirOpPassManagerAddPipeline(
passManager: MlirOpPassManager,
pipelineElements: MlirStringRef,
callback: MlirStringCallback,
userData: *mut c_void
) -> MlirLogicalResult
Expand description
Parse a sequence of textual MLIR pass pipeline elements and add them to the provided OpPassManager. If parsing fails an error message is reported using the provided callback.