CIRCT 23.0.0git
Loading...
Searching...
No Matches
ArcPasses.h
Go to the documentation of this file.
1//===- ArcPasses.h - Arc dialect 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
9#ifndef CIRCT_DIALECT_ARC_ARCPASSES_H
10#define CIRCT_DIALECT_ARC_ARCPASSES_H
11
12#include "mlir/Pass/Pass.h"
13#include <memory>
14#include <optional>
15
17
18namespace mlir {
19class Pass;
20} // namespace mlir
21
22#include "circt/Dialect/Arc/ArcPassesEnums.h.inc"
23
24namespace circt {
25namespace arc {
26
27#define GEN_PASS_DECL
28#include "circt/Dialect/Arc/ArcPasses.h.inc"
29
30#define GEN_PASS_REGISTRATION
31#include "circt/Dialect/Arc/ArcPasses.h.inc"
32
33} // namespace arc
34} // namespace circt
35
36#endif // CIRCT_DIALECT_ARC_ARCPASSES_H
Definition arc.py:1
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.