1*c7cc70c8SAlexander Belyaev //===- AllocationOpInterface.cpp - Allocation op interface ---------------===// 2*c7cc70c8SAlexander Belyaev // 3*c7cc70c8SAlexander Belyaev // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4*c7cc70c8SAlexander Belyaev // See https://llvm.org/LICENSE.txt for license information. 5*c7cc70c8SAlexander Belyaev // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6*c7cc70c8SAlexander Belyaev // 7*c7cc70c8SAlexander Belyaev //===----------------------------------------------------------------------===// 8*c7cc70c8SAlexander Belyaev 9*c7cc70c8SAlexander Belyaev #include "mlir/Dialect/Bufferization/IR/AllocationOpInterface.h" 10*c7cc70c8SAlexander Belyaev #include "mlir/Dialect/Bufferization/IR/AllocationOpInterface.cpp.inc" 11