[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:
River Riddle 2020-03-29 21:49:44 -07:00
parent 3d44f48edc
commit f86104bb68
3 changed files with 928 additions and 1325 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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