xref: /llvm-project/mlir/lib/Interfaces/MemorySlotInterfaces.cpp (revision 4ed502ef4fcc5d9592a3ded662a9cac701fb4392)
192cc30acSThéo Degioanni //===-- MemorySlotInterfaces.cpp - MemorySlot interfaces --------*- C++ -*-===//
292cc30acSThéo Degioanni //
392cc30acSThéo Degioanni // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
492cc30acSThéo Degioanni // See https://llvm.org/LICENSE.txt for license information.
592cc30acSThéo Degioanni // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
692cc30acSThéo Degioanni //
792cc30acSThéo Degioanni //===----------------------------------------------------------------------===//
892cc30acSThéo Degioanni 
992cc30acSThéo Degioanni #include "mlir/Interfaces/MemorySlotInterfaces.h"
1092cc30acSThéo Degioanni 
1192cc30acSThéo Degioanni #include "mlir/Interfaces/MemorySlotOpInterfaces.cpp.inc"
12*4ed502efSThéo Degioanni #include "mlir/Interfaces/MemorySlotTypeInterfaces.cpp.inc"
13