Skip to content

Commit ce8b8b1

Browse files
authored
[mlir][minimal-opt] Fix typo
1 parent c300884 commit ce8b8b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mlir/examples/minimal-opt/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Below are some example measurements taken at the time of the LLVM 17 release,
1414
using clang-14 on a X86 Ubuntu and [bloaty](https://github.com/google/bloaty).
1515

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

2222
Base configuration:
2323

0 commit comments

Comments
 (0)