CIRCT  19.0.0git
PassDetails.h
Go to the documentation of this file.
1 //===- PassDetails.h - HW 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 HW passes.
10 //
11 //===----------------------------------------------------------------------===//
12 
13 // clang-tidy seems to expect the absolute path in the header guard on some
14 // systems, so just disable it.
15 // NOLINTNEXTLINE(llvm-header-guard)
16 #ifndef DIALECT_HW_TRANSFORMS_PASSDETAILS_H
17 #define DIALECT_HW_TRANSFORMS_PASSDETAILS_H
18 
19 #include "circt/Dialect/HW/HWOps.h"
20 #include "mlir/Pass/Pass.h"
21 
22 namespace circt {
23 namespace hw {
24 
25 #define GEN_PASS_CLASSES
26 #include "circt/Dialect/HW/Passes.h.inc"
27 
28 } // namespace hw
29 } // namespace circt
30 
31 #endif // DIALECT_HW_TRANSFORMS_PASSDETAILS_H
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition: DebugAnalysis.h:21
Definition: hw.py:1