forked from OSchip/llvm-project
[mlir][doc] Move pass to passes list and remove redundant doc
The types are already included in the dialect doc (the attributes is not properly yet, so retaining).
This commit is contained in:
parent
5179f885d1
commit
3c68d58841
|
@ -76,6 +76,10 @@ This document describes the available MLIR passes and their contracts.
|
|||
|
||||
[include "TensorPasses.md"]
|
||||
|
||||
## `transform` Dialect Passes
|
||||
|
||||
[include "TransformPasses.md"]
|
||||
|
||||
## `vector` Dialect Passes
|
||||
|
||||
[include "VectorPasses.md"]
|
||||
|
|
|
@ -14,4 +14,3 @@ mlir_tablegen(MLProgramTypes.h.inc -gen-typedef-decls)
|
|||
mlir_tablegen(MLProgramTypes.cpp.inc -gen-typedef-defs)
|
||||
add_public_tablegen_target(MLIRMLProgramTypesIncGen)
|
||||
add_dependencies(mlir-headers MLIRMLProgramTypesIncGen)
|
||||
add_mlir_doc(MLProgramTypes MLProgramTypes Dialects/ -gen-typedef-doc)
|
||||
|
|
Loading…
Reference in New Issue