pub unsafe extern "C" fn mlirPassManagerRunOnOp(
    passManager: MlirPassManager,
    op: MlirOperation
) -> MlirLogicalResult
Expand description

Run the provided passManager on the given op.