MLIR  19.0.0git
MemRefTransformOps.h
Go to the documentation of this file.
1 //===- MemRefTransformOps.h - MemRef transformation 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_MEMREF_TRANSFORMOPS_MEMREFTRANSFORMOPS_H
10 #define MLIR_DIALECT_MEMREF_TRANSFORMOPS_MEMREFTRANSFORMOPS_H
11 
15 
16 namespace mlir {
17 namespace memref {
18 class AllocOp;
19 } // namespace memref
20 namespace transform {
21 class OperationType;
22 } // namespace transform
23 } // namespace mlir
24 
25 #define GET_OP_CLASSES
26 #include "mlir/Dialect/MemRef/TransformOps/MemRefTransformOps.h.inc"
27 
28 namespace mlir {
29 class DialectRegistry;
30 
31 namespace memref {
32 void registerTransformDialectExtension(DialectRegistry &registry);
33 } // namespace memref
34 } // namespace mlir
35 
36 #endif // MLIR_DIALECT_MEMREF_TRANSFORMOPS_MEMREFTRANSFORMOPS_H
void registerTransformDialectExtension(DialectRegistry &registry)
Include the generated interface declarations.