[Mlir-commits] [mlir] ce8b8b1 - [mlir][minimal-opt] Fix typo
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sun Oct 22 10:03:18 PDT 2023
Author: Jacques Pienaar
Date: 2023-10-22T10:03:15-07:00
New Revision: ce8b8b1639bc9592d2db291db4bb289b0434de26
URL: https://github.com/llvm/llvm-project/commit/ce8b8b1639bc9592d2db291db4bb289b0434de26
DIFF: https://github.com/llvm/llvm-project/commit/ce8b8b1639bc9592d2db291db4bb289b0434de26.diff
LOG: [mlir][minimal-opt] Fix typo
Added:
Modified:
mlir/examples/minimal-opt/README.md
Removed:
################################################################################
diff --git a/mlir/examples/minimal-opt/README.md b/mlir/examples/minimal-opt/README.md
index 99179c4c11c597f..b8a455f7a79662f 100644
--- a/mlir/examples/minimal-opt/README.md
+++ b/mlir/examples/minimal-opt/README.md
@@ -14,10 +14,10 @@ Below are some example measurements taken at the time of the LLVM 17 release,
using clang-14 on a X86 Ubuntu and [bloaty](https://github.com/google/bloaty).
| | Base | Os | Oz | Os LTO | Oz LTO |
-| :------------------------------: | ------ | ------ | ------ | ------ | ------ |
-| `mlir-cat` | 1018kB | 836KB | 879KB | 697KB | 649KB |
-| `mlir-minimal-opt` | 1.54MB | 1.25MB | 1.29MB | 1.10MB | 1.00MB |
-| `mlir-minimal-opt-canonicalizer` | 2.24MB | 1.81MB | 1.86MB | 1.62MB | 1.48MB |
+| :-----------------------------: | ------ | ------ | ------ | ------ | ------ |
+| `mlir-cat` | 1018kB | 836KB | 879KB | 697KB | 649KB |
+| `mlir-minimal-opt` | 1.54MB | 1.25MB | 1.29MB | 1.10MB | 1.00MB |
+| `mlir-minimal-opt-canonicalize` | 2.24MB | 1.81MB | 1.86MB | 1.62MB | 1.48MB |
Base configuration:
More information about the Mlir-commits
mailing list