pub unsafe extern "C" fn mlirPassManagerRun(
    passManager: MlirPassManager,
    module: MlirModule
) -> MlirLogicalResult
Expand description

Run the provided passManager on the given module.