Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc51aa5 commit 6d658cfCopy full SHA for 6d658cf
include/circt/Dialect/Interop/Interop.td
@@ -32,10 +32,6 @@ def InteropDialect : Dialect {
32
solutions.
33
}];
34
let cppNamespace = "::circt::interop";
35
-
36
- // Opt-out of properties for now, must migrate by LLVM 19. #5273.
37
- let usePropertiesForAttributes = 0;
38
39
}
40
41
//===----------------------------------------------------------------------===//
include/circt/Dialect/Interop/InteropDialect.h
@@ -14,6 +14,7 @@
14
#define CIRCT_DIALECT_INTEROP_INTEROPDIALECT_H
15
16
#include "circt/Support/LLVM.h"
17
+#include "mlir/Bytecode/BytecodeOpInterface.h"
18
#include "mlir/IR/Dialect.h"
19
20
// Pull in the dialect definition.
0 commit comments