[Mlir-commits] [mlir] ab3cd26 - [mlir][docs] Add memref and sparse_tensor to Passes.md

Andrew Young llvmlistbot at llvm.org
Fri May 21 15:23:44 PDT 2021


Author: Andrew Young
Date: 2021-05-21T15:23:39-07:00
New Revision: ab3cd2601bac99b26952c6f1015387d60800d2e2

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

LOG: [mlir][docs] Add memref and sparse_tensor to Passes.md

These pass documents belong on the main pass page, and not generated as
top level pages.

Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D102947

Added: 
    

Modified: 
    mlir/docs/Passes.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/Passes.md b/mlir/docs/Passes.md
index fdf2893e880ab..b0e1dcceea56e 100644
--- a/mlir/docs/Passes.md
+++ b/mlir/docs/Passes.md
@@ -32,6 +32,10 @@ This document describes the available MLIR passes and their contracts.
 
 [include "LLVMPasses.md"]
 
+## `memref` Dialect Passes
+
+[include "MemRefPasses.md"]
+
 ## `quant` Dialect Passes
 
 [include "QuantPasses.md"]
@@ -48,6 +52,10 @@ This document describes the available MLIR passes and their contracts.
 
 [include "ShapePasses.md"]
 
+## `sparse_tensor` Dialect Passes
+
+[include "SparseTensorPasses.md"]
+
 ## `spv` Dialect Passes
 
 [include "SPIRVPasses.md"]


        


More information about the Mlir-commits mailing list