MLIR 23.0.0git
IRMapping.h
Go to the documentation of this file.
1//===- IRMapping.h - C API wrap/unwrap for IRMapping -------------*- C++ -*===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8
9#ifndef MLIR_CAPI_IRMAPPING_H
10#define MLIR_CAPI_IRMAPPING_H
11
12#include "mlir-c/IR.h"
13#include "mlir/CAPI/Wrap.h"
14#include "mlir/IR/IRMapping.h"
15
17
18#endif // MLIR_CAPI_IRMAPPING_H
#define DEFINE_C_API_PTR_METHODS(name, cpptype)
Definition Wrap.h:25
This is a utility class for mapping one set of IR entities to another.
Definition IRMapping.h:26