|
14 | 14 |
|
15 | 15 | #pragma once |
16 | 16 |
|
17 | | -#include "mlir/Bytecode/BytecodeOpInterface.h" |
18 | | -#include "mlir/IR/BuiltinTypes.h" |
19 | 17 | #include "mlir/IR/Dialect.h" |
20 | | -#include "mlir/IR/OpDefinition.h" |
21 | | -#include "mlir/IR/PatternMatch.h" |
22 | | -#include "mlir/Interfaces/ControlFlowInterfaces.h" |
23 | | -#include "mlir/Interfaces/SideEffectInterfaces.h" |
24 | | - |
25 | | -#include "QEC/IR/QECOpInterfaces.h" |
26 | 18 |
|
27 | 19 | //===----------------------------------------------------------------------===// |
28 | 20 | // QEC dialect declarations. |
29 | 21 | //===----------------------------------------------------------------------===// |
30 | 22 |
|
31 | | -#include "QEC/IR/QECDialectDialect.h.inc" |
| 23 | +#include "QEC/IR/QECOpsDialect.h.inc" |
32 | 24 |
|
33 | 25 | //===----------------------------------------------------------------------===// |
34 | 26 | // QEC type declarations. |
35 | 27 | //===----------------------------------------------------------------------===// |
36 | 28 |
|
37 | 29 | #define GET_TYPEDEF_CLASSES |
38 | | -#include "QEC/IR/QECDialectTypes.h.inc" |
| 30 | +#include "QEC/IR/QECOpsTypes.h.inc" |
39 | 31 |
|
40 | 32 | //===----------------------------------------------------------------------===// |
41 | | -// QEC enum definitions. |
| 33 | +// QEC enum declarations. |
42 | 34 | //===----------------------------------------------------------------------===// |
43 | 35 |
|
44 | 36 | #include "QEC/IR/QECEnums.h.inc" |
|
49 | 41 |
|
50 | 42 | #define GET_ATTRDEF_CLASSES |
51 | 43 | #include "QEC/IR/QECAttributes.h.inc" |
52 | | - |
53 | | -//===----------------------------------------------------------------------===// |
54 | | -// QEC ops declarations. |
55 | | -//===----------------------------------------------------------------------===// |
56 | | - |
57 | | -#define GET_OP_CLASSES |
58 | | -#include "QEC/IR/QECDialect.h.inc" |
0 commit comments