[MLIR] [ODS] Allowing attr-dict in custom directive
authorJohn Demme <john.demme@microsoft.com>
Wed, 28 Oct 2020 01:01:44 +0000 (01:01 +0000)
committerJohn Demme <john.demme@microsoft.com>
Wed, 28 Oct 2020 01:24:16 +0000 (01:24 +0000)
commit035e12e66449576051fb0ac91ff84786f330ad95
tree0689b5eca35d9d27def9983a192db0fdb56cb54e
parent990222931ba2c87803f8b0381a2088b0e2969848
[MLIR] [ODS] Allowing attr-dict in custom directive

Enhance tblgen's declarative assembly format to allow `attr-dict` in
custom directives.

Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D89772
mlir/docs/OpDefinitions.md
mlir/lib/Dialect/Async/IR/Async.cpp
mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
mlir/test/lib/Dialect/Test/TestDialect.cpp
mlir/test/lib/Dialect/Test/TestOps.td
mlir/tools/mlir-tblgen/OpFormatGen.cpp