Skip to content

Commit

Permalink
[ESI][MSFT] Move dialects over properties for attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
teqdruid committed Oct 24, 2023
1 parent d89f7d8 commit beb9c36
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions include/circt/Dialect/ESI/ESIDialect.td
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ def ESI_Dialect : Dialect {
let useDefaultTypePrinterParser = 1;
let useDefaultAttributePrinterParser = 1;

// Opt-out of properties for now, must migrate by LLVM 19. #5273.
let usePropertiesForAttributes = 0;

let extraClassDeclaration = [{
/// Register all ESI attributes.
void registerAttributes();
Expand Down
3 changes: 0 additions & 3 deletions include/circt/Dialect/MSFT/MSFT.td
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ def MSFTDialect : Dialect {
let hasConstantMaterializer = 1;
let useDefaultAttributePrinterParser = 1;

// Opt-out of properties for now, must migrate by LLVM 19. #5273.
let usePropertiesForAttributes = 0;

let extraClassDeclaration = [{
/// Register all MSFT attributes.
void registerAttributes();
Expand Down

0 comments on commit beb9c36

Please sign in to comment.