MLIR  19.0.0git
BufferizationTransformOps.h
Go to the documentation of this file.
1 //===- BufferizationTransformOps.h - Buff. transf. ops ----------*- 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_BUFFERIZATION_TRANSFORMOPS_BUFFERIZATIONTRANSFORMOPS_H
10 #define MLIR_DIALECT_BUFFERIZATION_TRANSFORMOPS_BUFFERIZATIONTRANSFORMOPS_H
11 
17 
18 namespace mlir {
19 namespace tensor {
20 class EmptyOp;
21 } // namespace tensor
22 } // namespace mlir
23 
24 //===----------------------------------------------------------------------===//
25 // Bufferization Transform Operations
26 //===----------------------------------------------------------------------===//
27 
28 #define GET_OP_CLASSES
29 #include "mlir/Dialect/Bufferization/TransformOps/BufferizationTransformOps.h.inc"
30 
31 namespace mlir {
32 class DialectRegistry;
33 
34 namespace bufferization {
35 void registerTransformDialectExtension(DialectRegistry &registry);
36 } // namespace bufferization
37 } // namespace mlir
38 
39 #endif // MLIR_DIALECT_BUFFERIZATION_TRANSFORMOPS_BUFFERIZATIONTRANSFORMOPS_H
void registerTransformDialectExtension(DialectRegistry &registry)
Include the generated interface declarations.