MLIR 22.0.0git
EmitCInterfaces.h
Go to the documentation of this file.
1//===- EmitCInterfaces.h - EmitC interfaces definitions ---------*- 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 C++ classes for some of the interfaces used in the EmitC
10// dialect.
11//
12//===----------------------------------------------------------------------===//
13
14#ifndef MLIR_DIALECT_EMITC_IR_EMITCINTERFACES_H
15#define MLIR_DIALECT_EMITC_IR_EMITCINTERFACES_H
16
18
19namespace mlir {
20namespace emitc {
21//
22} // namespace emitc
23} // namespace mlir
24
25//===----------------------------------------------------------------------===//
26// EmitC Dialect Interfaces
27//===----------------------------------------------------------------------===//
28
29#include "mlir/Dialect/EmitC/IR/EmitCInterfaces.h.inc"
30
31#endif // MLIR_DIALECT_EMITC_IR_EMITCINTERFACES_H
Include the generated interface declarations.