[all-commits] [llvm/llvm-project] 074863: [mlir][ods] Optional Attribute or Type Parameters
Jeff Niu via All-commits
all-commits at lists.llvm.org
Tue Feb 8 12:09:57 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 07486395d2d05c9c567994456774cafdcc1611d0
https://github.com/llvm/llvm-project/commit/07486395d2d05c9c567994456774cafdcc1611d0
Author: Mogball <jeffniu22 at gmail.com>
Date: 2022-02-08 (Tue, 08 Feb 2022)
Changed paths:
M mlir/docs/Tutorials/DefiningAttributesAndTypes.md
M mlir/include/mlir/IR/OpBase.td
M mlir/include/mlir/TableGen/AttrOrTypeDef.h
M mlir/lib/TableGen/AttrOrTypeDef.cpp
M mlir/test/lib/Dialect/Test/TestTypeDefs.td
M mlir/test/lib/Dialect/Test/TestTypes.h
M mlir/test/mlir-tblgen/attr-or-type-format-invalid.td
M mlir/test/mlir-tblgen/attr-or-type-format-roundtrip.mlir
M mlir/test/mlir-tblgen/attr-or-type-format.td
M mlir/test/mlir-tblgen/attrdefs.td
M mlir/test/mlir-tblgen/typedefs.td
M mlir/tools/mlir-tblgen/AttrOrTypeDefGen.cpp
M mlir/tools/mlir-tblgen/AttrOrTypeFormatGen.cpp
Log Message:
-----------
[mlir][ods] Optional Attribute or Type Parameters
Implements optional attribute or type parameters, including support for such parameters in the assembly format `struct` directive. Also implements optional groups.
Depends on D117971
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D118208
More information about the All-commits
mailing list