forked from OSchip/llvm-project
[mlir][NFC] Use the auto-generated op documentation in the standard dialect documentation
Summary: This revision updates the dialect documentation to use the auto-generated markdown for operations. This allows for updating some out-of-date bits of documentation, and allows for displaying a large of number of newly added operations that did not have a counter part in Standard.md. Differential Revision: https://reviews.llvm.org/D76743
This commit is contained in:
parent
3d44f48edc
commit
f86104bb68
File diff suppressed because it is too large
Load Diff
|
@ -5,3 +5,5 @@ mlir_tablegen(OpsDialect.h.inc -gen-dialect-decls)
|
|||
mlir_tablegen(OpsEnums.h.inc -gen-enum-decls)
|
||||
mlir_tablegen(OpsEnums.cpp.inc -gen-enum-defs)
|
||||
add_public_tablegen_target(MLIRStandardOpsIncGen)
|
||||
|
||||
add_mlir_doc(Ops -gen-op-doc StandardOps Dialects/)
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue