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