[Mlir-commits] [mlir] 9b7e5b6 - [mlir] fix misformatted documentation for memref convention

Alex Zinenko llvmlistbot at llvm.org
Mon May 17 06:34:19 PDT 2021


Author: Alex Zinenko
Date: 2021-05-17T15:33:20+02:00
New Revision: 9b7e5b63aa60b2df9e683b1acf3e855062da1773

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

LOG: [mlir] fix misformatted documentation for memref convention

The code-block ending marker was missing.

Added: 
    

Modified: 
    mlir/docs/LLVMDialectMemRefConvention.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/LLVMDialectMemRefConvention.md b/mlir/docs/LLVMDialectMemRefConvention.md
index d528f0c01c21..8bcf704b28b7 100644
--- a/mlir/docs/LLVMDialectMemRefConvention.md
+++ b/mlir/docs/LLVMDialectMemRefConvention.md
@@ -395,6 +395,7 @@ llvm.func @_mlir_ciface_foo(%arg0: !llvm.memref_2d_ptr, %arg1: !llvm.memref_2d_p
   llvm.store %8, %arg0 : !llvm.memref_2d_ptr
   llvm.return
 }
+```
 
 Rationale: Introducing auxiliary functions for C-compatible interfaces is
 preferred to modifying the calling convention since it will minimize the effect


        


More information about the Mlir-commits mailing list