[Mlir-commits] [mlir] 9f366db - Fix typo in README for the MLIR minimal examples (NFC)

Mehdi Amini llvmlistbot at llvm.org
Mon Jul 31 13:09:29 PDT 2023


Author: Mehdi Amini
Date: 2023-07-31T13:09:18-07:00
New Revision: 9f366db2c8daf0df2f996f2349ccda51e0235c2c

URL: https://github.com/llvm/llvm-project/commit/9f366db2c8daf0df2f996f2349ccda51e0235c2c
DIFF: https://github.com/llvm/llvm-project/commit/9f366db2c8daf0df2f996f2349ccda51e0235c2c.diff

LOG: Fix typo in README for the MLIR minimal examples (NFC)

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 81a45a23b9f232..99179c4c11c597 100644
--- a/mlir/examples/minimal-opt/README.md
+++ b/mlir/examples/minimal-opt/README.md
@@ -1,6 +1,6 @@
-# Minmal MLIR binaries
+# Minimal MLIR binaries
 
-This folder contains example of minimal MLIR setup that can showcase the
+This folder contains example of minimal MLIR setups that can showcase the
 intended binary footprint of the framework.
 
 - 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).
 
 |                                  | Base   | Os     | Oz     | Os LTO | Oz LTO |
 | :------------------------------: | ------ | ------ | ------ | ------ | ------ |
-| `mlit-cat`                       | 1018kB | 836KB  | 879KB  | 697KB  | 649KB  |
+| `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 |
 


        


More information about the Mlir-commits mailing list