We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6a57e commit 157bb40Copy full SHA for 157bb40
mlir/lib/CAPI/IR/Pass.cpp
@@ -90,8 +90,6 @@ void mlirPassManagerEnableStatistics(MlirPassManager passManager,
90
case MLIR_PASS_DISPLAY_MODE_PIPELINE:
91
mode = PassDisplayMode::Pipeline;
92
break;
93
- default:
94
- llvm_unreachable("unknown pass display mode");
95
}
96
unwrap(passManager)->enableStatistics(mode);
97
0 commit comments