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.
shouldSplitInputFile
1 parent fe64b26 commit e1f50fdCopy full SHA for e1f50fd
mlir/include/mlir/Tools/mlir-opt/MlirOptMain.h
@@ -144,7 +144,6 @@ class MlirOptMainConfig {
144
splitInputFileFlag = std::move(splitMarker);
145
return *this;
146
}
147
- bool shouldSplitInputFile() const { return splitInputFileFlag.empty(); }
148
StringRef inputSplitMarker() const { return splitInputFileFlag; }
149
150
/// Set whether to merge the output chunks into one file using the given
0 commit comments