[mlir] Add setters for Dynamic[Type|Attr]Definition
Add functions to set the verifier, printer, and parser of dynamic attributes definitions, and dynamic type definitions. This feature was already implemented for dynamic operations, but is missing for attributes and types. This is necessary to define attributes and types verifiers that refer to each others in a cyclic way. Differential Revision: https://reviews.llvm.org/D144690
Loading
Please sign in to comment