Skip to content

Commit 9f366db

Browse files
committed
Fix typo in README for the MLIR minimal examples (NFC)
1 parent fb97316 commit 9f366db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mlir/examples/minimal-opt/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Minmal MLIR binaries
1+
# Minimal MLIR binaries
22

3-
This folder contains example of minimal MLIR setup that can showcase the
3+
This folder contains example of minimal MLIR setups that can showcase the
44
intended binary footprint of the framework.
55

66
- mlir-cat: This includes the Core IR, the builtin dialect, the textual
@@ -15,7 +15,7 @@ using clang-14 on a X86 Ubuntu and [bloaty](https://github.com/google/bloaty).
1515

1616
| | Base | Os | Oz | Os LTO | Oz LTO |
1717
| :------------------------------: | ------ | ------ | ------ | ------ | ------ |
18-
| `mlit-cat` | 1018kB | 836KB | 879KB | 697KB | 649KB |
18+
| `mlir-cat` | 1018kB | 836KB | 879KB | 697KB | 649KB |
1919
| `mlir-minimal-opt` | 1.54MB | 1.25MB | 1.29MB | 1.10MB | 1.00MB |
2020
| `mlir-minimal-opt-canonicalizer` | 2.24MB | 1.81MB | 1.86MB | 1.62MB | 1.48MB |
2121

0 commit comments

Comments
 (0)