CIRCT 20.0.0git
Loading...
Searching...
No Matches
RTGPasses.h
Go to the documentation of this file.
1//===- RTGPasses.h - RTG pass entry points ----------------------*- 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// This header file defines prototypes that expose pass constructors.
10//
11//===----------------------------------------------------------------------===//
12
13#ifndef CIRCT_DIALECT_RTG_TRANSFORMS_RTGPASSES_H
14#define CIRCT_DIALECT_RTG_TRANSFORMS_RTGPASSES_H
15
16#include "mlir/Pass/Pass.h"
17#include <memory>
18
19namespace circt {
20namespace rtg {
21
22/// Generate the code for registering passes.
23#define GEN_PASS_REGISTRATION
24#define GEN_PASS_DECL
25#include "circt/Dialect/RTG/Transforms/RTGPasses.h.inc"
26#undef GEN_PASS_REGISTRATION
27
28} // namespace rtg
29} // namespace circt
30
31#endif // CIRCT_DIALECT_RTG_TRANSFORMS_RTGPASSES_H
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition rtg.py:1