CIRCT  19.0.0git
InteropOps.h
Go to the documentation of this file.
1 //===- InteropOps.h - Declare Interop dialect operations --------*- C++ -*-===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
8 //
9 // This file declares the operation classes for the Interop dialect.
10 //
11 //===----------------------------------------------------------------------===//
12 
13 #ifndef CIRCT_DIALECT_INTEROP_INTEROPOPS_H
14 #define CIRCT_DIALECT_INTEROP_INTEROPOPS_H
15 
17 #include "mlir/Bytecode/BytecodeOpInterface.h"
18 #include "mlir/IR/OpDefinition.h"
19 #include "mlir/Interfaces/ControlFlowInterfaces.h"
20 
21 #define GET_OP_CLASSES
22 #include "circt/Dialect/Interop/InteropEnums.h.inc"
23 // Clang format shouldn't reorder these headers.
24 #include "circt/Dialect/Interop/Interop.h.inc"
25 
26 #endif // CIRCT_DIALECT_INTEROP_INTEROPOPS_H