[all-commits] [llvm/llvm-project] 791c3c: [mlir][docgen] Enable op grouping mechanism.
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Wed Jun 21 22:09:16 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 791c3cb7e6b43149349be2b0411ccb52d32ad087
https://github.com/llvm/llvm-project/commit/791c3cb7e6b43149349be2b0411ccb52d32ad087
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2023-06-21 (Wed, 21 Jun 2023)
Changed paths:
M mlir/include/mlir/IR/OpBase.td
M mlir/test/mlir-tblgen/gen-dialect-doc.td
M mlir/tools/mlir-tblgen/OpDocGen.cpp
Log Message:
-----------
[mlir][docgen] Enable op grouping mechanism.
Add ability to be able to group ops together in documentation generation. This
results in section of ops grouped together under one summary & description.
This doesn't do anything special for the groups beyond nesting yet.
Differential Revision: https://reviews.llvm.org/D153306
More information about the All-commits
mailing list