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 93e28eb commit cf530f5Copy full SHA for cf530f5
mlir/docs/Tutorials/MlirOpt.md
@@ -155,7 +155,7 @@ the `mlir-opt` binary (located in `build/bin`)
155
is the entry point for running passes and lowerings,
156
as well as emitting debug and diagnostic data.
157
158
-Running `mlir-opt` with no flags will consume MLIR input
+Running `mlir-opt` with no flags will consume textual or bytecode IR
159
from standard in, parse and run verifiers on it,
160
and write the textual format back to standard out.
161
This is a good way to test if an input MLIR is well-formed.
0 commit comments