Skip to content

Commit

Permalink
hl: Make elaborated type to support MemRefElementTypeInterface.
Browse files Browse the repository at this point in the history
  • Loading branch information
xlauko committed Nov 1, 2023
1 parent 60f4268 commit 8287084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/vast/Dialect/HighLevel/HighLevelTypes.td
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def TypedefType : CVRQualifiedType<
}

def ElaboratedType : CVRQualifiedType<
"Elaborated", "elaborated", (ins "Type":$elementType), [ElementTypeInterface]
"Elaborated", "elaborated", (ins "Type":$elementType), [ElementTypeInterface, MemRefElementTypeInterface]
> {
let builders = [
TypeBuilder<(ins "Type":$element), [{
Expand Down

0 comments on commit 8287084

Please sign in to comment.