MLIR 24.0.0git
IRDL.h
Go to the documentation of this file.
1//===- IRDL.h - IR Definition Language dialect ------------------*- 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 dialect for the IR Definition Language.
10//
11//===----------------------------------------------------------------------===//
12
13#ifndef MLIR_DIALECT_IRDL_IR_IRDL_H_
14#define MLIR_DIALECT_IRDL_IR_IRDL_H_
15
19#include "mlir/IR/SymbolTable.h"
22
23#include <memory>
24
25//===----------------------------------------------------------------------===//
26// IRDL Dialect
27//===----------------------------------------------------------------------===//
28
29#include "mlir/Dialect/IRDL/IR/IRDLDialect.h.inc"
30
31#define GET_TYPEDEF_CLASSES
32#include "mlir/Dialect/IRDL/IR/IRDLTypesGen.h.inc"
33
34#include "mlir/Dialect/IRDL/IR/IRDLEnums.h.inc"
35
36#define GET_ATTRDEF_CLASSES
37#include "mlir/Dialect/IRDL/IR/IRDLAttributes.h.inc"
38
39#define GET_OP_CLASSES
40#include "mlir/Dialect/IRDL/IR/IRDLOps.h.inc"
41
42#endif // MLIR_DIALECT_IRDL_IR_IRDL_H_