Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6d658cf

Browse files
committed
[Interop] Use properties for inherent attributes.
1 parent cc51aa5 commit 6d658cf

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

include/circt/Dialect/Interop/Interop.td

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ def InteropDialect : Dialect {
3232
solutions.
3333
}];
3434
let cppNamespace = "::circt::interop";
35-
36-
// Opt-out of properties for now, must migrate by LLVM 19. #5273.
37-
let usePropertiesForAttributes = 0;
38-
3935
}
4036

4137
//===----------------------------------------------------------------------===//

include/circt/Dialect/Interop/InteropDialect.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#define CIRCT_DIALECT_INTEROP_INTEROPDIALECT_H
1515

1616
#include "circt/Support/LLVM.h"
17+
#include "mlir/Bytecode/BytecodeOpInterface.h"
1718
#include "mlir/IR/Dialect.h"
1819

1920
// Pull in the dialect definition.

0 commit comments

Comments
 (0)