pub unsafe extern "C" fn mlirPassManagerRunOnOp(
passManager: MlirPassManager,
op: MlirOperation,
) -> MlirLogicalResultExpand description
Run the provided passManager on the given op.
pub unsafe extern "C" fn mlirPassManagerRunOnOp(
passManager: MlirPassManager,
op: MlirOperation,
) -> MlirLogicalResultRun the provided passManager on the given op.