MLIR 22.0.0git
TransformTypes.h
Go to the documentation of this file.
1//===- TransformTypes.h - Transform dialect types ---------------*- 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#ifndef MLIR_DIALECT_TRANSFORM_IR_TRANSFORMTYPES_H
10#define MLIR_DIALECT_TRANSFORM_IR_TRANSFORMTYPES_H
11
14#include "mlir/IR/Types.h"
15#include "mlir/Support/LLVM.h"
16
17namespace mlir {
19class Operation;
20class Type;
21} // namespace mlir
22
23#define GET_TYPEDEF_CLASSES
24#include "mlir/Dialect/Transform/IR/TransformTypes.h.inc"
25
26#endif // MLIR_DIALECT_TRANSFORM_IR_TRANSFORMTYPES_H
The result of a transform IR operation application.
Operation is the basic unit of execution within MLIR.
Definition Operation.h:88
Instances of the Type class are uniqued, have an immutable identifier and an optional mutable compone...
Definition Types.h:74
Include the generated interface declarations.