1*e75325cfSDiego Caballero //===- AffineMemoryOpInterfaces.cpp ---------------------------------------===//
2a45fb194SDiego Caballero //
3a45fb194SDiego Caballero // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4a45fb194SDiego Caballero // See https://llvm.org/LICENSE.txt for license information.
5a45fb194SDiego Caballero // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6a45fb194SDiego Caballero //
7a45fb194SDiego Caballero //===----------------------------------------------------------------------===//
8a45fb194SDiego Caballero 
9a45fb194SDiego Caballero #include "mlir/Dialect/Affine/IR/AffineMemoryOpInterfaces.h"
10a45fb194SDiego Caballero 
11a45fb194SDiego Caballero using namespace mlir;
12a45fb194SDiego Caballero 
13a45fb194SDiego Caballero //===----------------------------------------------------------------------===//
14a45fb194SDiego Caballero // Affine Memory Op Interfaces
15a45fb194SDiego Caballero //===----------------------------------------------------------------------===//
16a45fb194SDiego Caballero 
17a45fb194SDiego Caballero /// Include the definitions of the affine memory op interfaces.
18a45fb194SDiego Caballero #include "mlir/Dialect/Affine/IR/AffineMemoryOpInterfaces.cpp.inc"
19