aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/Interfaces/MemorySlotInterfaces.cpp
blob: 2c9e23250e9ee94b23554b43a0841bddddb3d854 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//===-- MemorySlotInterfaces.cpp - MemorySlot interfaces --------*- 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
//
//===----------------------------------------------------------------------===//

#include "mlir/Interfaces/MemorySlotInterfaces.h"

#include "mlir/Interfaces/MemorySlotOpInterfaces.cpp.inc"
#include "mlir/Interfaces/MemorySlotTypeInterfaces.cpp.inc"