[Mlir-commits] [mlir] 53367b8 - [mlir][nfc] Fix indentation in LinalgOps.td.

Alexander Belyaev llvmlistbot at llvm.org
Fri Feb 19 04:03:16 PST 2021


Author: Alexander Belyaev
Date: 2021-02-19T13:02:58+01:00
New Revision: 53367b8fe113d404a4adccbe61b45cae68576e1a

URL: https://github.com/llvm/llvm-project/commit/53367b8fe113d404a4adccbe61b45cae68576e1a
DIFF: https://github.com/llvm/llvm-project/commit/53367b8fe113d404a4adccbe61b45cae68576e1a.diff

LOG: [mlir][nfc] Fix indentation in LinalgOps.td.

Added: 
    

Modified: 
    mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td b/mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
index dfc4929a6d82..067cf95e1e39 100644
--- a/mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
+++ b/mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td
@@ -509,7 +509,7 @@ def Linalg_TiledLoopOp : Linalg_Op<"tiled_loop", [
     Example:
 
     ```mlir
-      linalg.tiled_loop (%i) = (%c0) to (%c24) step (%c4)
+    linalg.tiled_loop (%i) = (%c0) to (%c24) step (%c4)
         ins(%lhs, %rhs : tensor<24x64xi8>, tensor<24x64xi8>)
         outs(%out : tensor<24x64xi8>)
         iterators("parallel") {


        


More information about the Mlir-commits mailing list