CIRCT  19.0.0git
PassDetails.h
Go to the documentation of this file.
1 //===- PassDetails.h - OM pass class details -------------------*- 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 // Stuff shared between the different Seq passes.
10 //
11 //===----------------------------------------------------------------------===//
12 
13 // NOLINTNEXTLINE(llvm-header-guard)
14 #ifndef DIALECT_OM_TRANSFORMS_PASSDETAILS_H
15 #define DIALECT_OM_TRANSFORMS_PASSDETAILS_H
16 
17 #include "circt/Dialect/OM/OMOps.h"
18 #include "mlir/Pass/Pass.h"
19 
20 namespace circt {
21 namespace om {
22 
23 #define GEN_PASS_CLASSES
24 #include "circt/Dialect/OM/OMPasses.h.inc"
25 
26 } // namespace om
27 } // namespace circt
28 
29 #endif // DIALECT_SEQ_TRANSFORMS_PASSDETAILS_H
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition: DebugAnalysis.h:21
Definition: om.py:1