This allows for singleton types without an explicit parser/printer to simply use
the mnemonic as the assembly format, removing the need for these types to provide the parser/printer
fields.
Depends On D94192
Paths
| Differential D94194
[mlir][TypeDefGen] Remove the need to define parser/printer for singleton types ClosedPublic Authored by rriddle on Jan 6 2021, 1:49 PM.
Details Summary This allows for singleton types without an explicit parser/printer to simply use Depends On D94192
Diff Detail
Event TimelineHerald added subscribers: teijeong, rdzhabarov, tatianashp and 12 others. · View Herald TranscriptJan 6 2021, 1:49 PM This revision is now accepted and ready to land.Jan 6 2021, 2:33 PM Closed by commit rG41d919aa2946: [mlir][TypeDefGen] Remove the need to define parser/printer for singleton types (authored by rriddle). · Explain WhyJan 6 2021, 3:00 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 315001 mlir/test/lib/Dialect/Test/TestTypeDefs.td
mlir/tools/mlir-tblgen/TypeDefGen.cpp
|