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

Skip to content

Commit 765cec6

Browse files
authored
[Interop] Use properties for inherent attributes. (llvm#7235)
1 parent bacc4c8 commit 765cec6

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/InteropOps.h

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

1616
#include "circt/Dialect/Interop/InteropDialect.h"
17+
#include "mlir/Bytecode/BytecodeOpInterface.h"
1718
#include "mlir/IR/OpDefinition.h"
1819
#include "mlir/Interfaces/ControlFlowInterfaces.h"
1920

0 commit comments

Comments
 (0)