File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
mlir/examples/minimal-opt Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ Below are some example measurements taken at the time of the LLVM 17 release,
14
14
using clang-14 on a X86 Ubuntu and [ bloaty] ( https://github.com/google/bloaty ) .
15
15
16
16
| | 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 |
21
21
22
22
Base configuration:
23
23
You can’t perform that action at this time.
0 commit comments