MLIR  18.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 
13 #include "mlir/IR/Types.h"
14 #include "mlir/Support/LLVM.h"
15 
16 namespace mlir {
17 class DiagnosedSilenceableFailure;
18 class Operation;
19 class Type;
20 } // namespace mlir
21 
22 #include "mlir/Dialect/Transform/IR/TransformTypeInterfaces.h.inc"
23 #define GET_TYPEDEF_CLASSES
24 #include "mlir/Dialect/Transform/IR/TransformTypes.h.inc"
25 
26 #endif // MLIR_DIALECT_TRANSFORM_IR_TRANSFORMTYPES_H
@ Type
An inlay hint that for a type annotation.
Include the generated interface declarations.