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 bacc4c8 commit 765cec6Copy full SHA for 765cec6
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/InteropOps.h
@@ -14,6 +14,7 @@
14
#define CIRCT_DIALECT_INTEROP_INTEROPOPS_H
15
16
#include "circt/Dialect/Interop/InteropDialect.h"
17
+#include "mlir/Bytecode/BytecodeOpInterface.h"
18
#include "mlir/IR/OpDefinition.h"
19
#include "mlir/Interfaces/ControlFlowInterfaces.h"
20
0 commit comments