Skip to content

Commit cf530f5

Browse files
j2kunjoker-eph
andcommitted
Update mlir/docs/Tutorials/MlirOpt.md
Co-authored-by: Mehdi Amini <[email protected]>
1 parent 93e28eb commit cf530f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/docs/Tutorials/MlirOpt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ the `mlir-opt` binary (located in `build/bin`)
155155
is the entry point for running passes and lowerings,
156156
as well as emitting debug and diagnostic data.
157157

158-
Running `mlir-opt` with no flags will consume MLIR input
158+
Running `mlir-opt` with no flags will consume textual or bytecode IR
159159
from standard in, parse and run verifiers on it,
160160
and write the textual format back to standard out.
161161
This is a good way to test if an input MLIR is well-formed.

0 commit comments

Comments
 (0)