[Mlir-commits] [mlir] 5577493 - [mlir] Update mlir/docs/Tutorials/UnderstandingTheIRStructure.md (NFC)

Jie Fu llvmlistbot at llvm.org
Fri Aug 11 01:10:16 PDT 2023


Author: Jie Fu
Date: 2023-08-11T16:09:38+08:00
New Revision: 5577493734524e2b113d08aefa72314cf2bf0eb7

URL: https://github.com/llvm/llvm-project/commit/5577493734524e2b113d08aefa72314cf2bf0eb7
DIFF: https://github.com/llvm/llvm-project/commit/5577493734524e2b113d08aefa72314cf2bf0eb7.diff

LOG: [mlir] Update mlir/docs/Tutorials/UnderstandingTheIRStructure.md (NFC)

Added: 
    

Modified: 
    mlir/docs/Tutorials/UnderstandingTheIRStructure.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/Tutorials/UnderstandingTheIRStructure.md b/mlir/docs/Tutorials/UnderstandingTheIRStructure.md
index 7ced65dc35f95a..067a11dc435abd 100644
--- a/mlir/docs/Tutorials/UnderstandingTheIRStructure.md
+++ b/mlir/docs/Tutorials/UnderstandingTheIRStructure.md
@@ -119,7 +119,7 @@ And will yield the following output:
 visiting op: 'builtin.module' with 0 operands and 0 results
  1 nested regions:
   Region with 1 blocks:
-    Block with 0 arguments, 0 successors, and 3 operations
+    Block with 0 arguments, 0 successors, and 2 operations
       visiting op: 'dialect.op1' with 0 operands and 4 results
       1 attributes:
        - 'attribute name' : '42 : i32'
@@ -149,7 +149,7 @@ visiting op: 'builtin.module' with 0 operands and 0 results
        0 nested regions:
 ```
 
-## Other IR Traversal Methods.
+## Other IR Traversal Methods
 
 In many cases, unwrapping the recursive structure of the IR is cumbersome and
 you may be interested in using other helpers.


        


More information about the Mlir-commits mailing list