CIRCT 20.0.0git
Loading...
Searching...
No Matches
Transforms.cpp
Go to the documentation of this file.
1//===- Transforms.cpp - C API for Transforms Passes -----------------------===//
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
11#include "mlir/CAPI/Pass.h"
12#include "mlir/Pass/Pass.h"
13
14using namespace circt;
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
20#include "circt/Transforms/Transforms.capi.cpp.inc"
21
22#ifdef __cplusplus
23}
24#endif
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.