//===- AffineMemoryOpInterfaces.h -------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// // // This file contains a set of interfaces for affine memory ops. // //===----------------------------------------------------------------------===// #ifndef MLIR_DIALECT_AFFINE_IR_AFFINEMEMORYOPINTERFACES_H #define MLIR_DIALECT_AFFINE_IR_AFFINEMEMORYOPINTERFACES_H #include "mlir/IR/AffineMap.h" #include "mlir/IR/BuiltinTypes.h" #include "mlir/IR/OpDefinition.h" #include "mlir/Dialect/Affine/IR/AffineMemoryOpInterfaces.h.inc" #endif // MLIR_DIALECT_AFFINE_IR_AFFINEMEMORYOPINTERFACES_H