MLIR 22.0.0git
Bufferization.h
Go to the documentation of this file.
1//===-- mlir-c/Dialect/Bufferization.h - C API for Bufferization Dialect
2//--------*- C -*-===//
3//
4// Part of the LLVM Project, under the Apache License v2.0 with LLVM
5// Exceptions.
6// See https://llvm.org/LICENSE.txt for license information.
7// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8//
9//===----------------------------------------------------------------------===//
10
11#ifndef MLIR_C_DIALECT_BUFFERIZATION_H
12#define MLIR_C_DIALECT_BUFFERIZATION_H
13
14#include "mlir-c/IR.h"
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
20MLIR_DECLARE_CAPI_DIALECT_REGISTRATION(Bufferization, bufferization);
21
22#ifdef __cplusplus
23}
24#endif
25
26#include "mlir/Dialect/Bufferization/Transforms/Passes.capi.h.inc"
27
28#endif // MLIR_C_DIALECT_BUFFERIZATION_H
#define MLIR_DECLARE_CAPI_DIALECT_REGISTRATION(Name, Namespace)
Definition IR.h:215