Skip to content

Commit

Permalink
[OM] Add default builders for ListAttr.
Browse files Browse the repository at this point in the history
There's currently no C++ API to build a ListAttr. The default builder
is reasonable--it takes an element type and an ArrayAttr of elements.
  • Loading branch information
mikeurbach committed Jul 17, 2023
1 parent 913d4a8 commit cceb170
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/circt/Dialect/OM/OMAttributes.td
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def OMListAttr : AttrDef<OMDialect, "List", [TypedAttrInterface]> {
}];

let genVerifyDecl = 1;
let skipDefaultBuilders = 1;

let extraClassDeclaration = [{
mlir::Type getType();
Expand Down

0 comments on commit cceb170

Please sign in to comment.