[mlir][DeclarativeParser] Add an 'attr-dict-with-keyword' directive
authorRiver Riddle <riddleriver@gmail.com>
Fri, 21 Feb 2020 21:19:26 +0000 (13:19 -0800)
committerRiver Riddle <riddleriver@gmail.com>
Fri, 21 Feb 2020 23:15:32 +0000 (15:15 -0800)
commitca4ea51c0af2dd3f3c73adc587c8e642c9dcdeec
tree897c7cc63bfe4b64a5c4a145f6c121d795c1a451
parent2d0477a003687588886ae6e9b59b9355f8bb6b8c
[mlir][DeclarativeParser] Add an 'attr-dict-with-keyword' directive

This matches the '(print|parse)OptionalAttrDictWithKeyword' functionality provided by the assembly parser/printer.

Differential Revision: https://reviews.llvm.org/D74682
mlir/docs/OpDefinitions.md
mlir/test/lib/TestDialect/TestOps.td
mlir/test/mlir-tblgen/op-format-spec.td
mlir/test/mlir-tblgen/op-format.mlir
mlir/tools/mlir-tblgen/OpFormatGen.cpp