CIRCT  19.0.0git
PassDetails.h
Go to the documentation of this file.
1 //===- PassDetails.h - SSP 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 // Contains the stuff shared between the different SSP passes.
10 //
11 //===----------------------------------------------------------------------===//
12 
13 // clang-tidy seems to expect the absolute path in the
14 // header guard on some systems, so just disable it.
15 // NOLINTNEXTLINE(llvm-header-guard)
16 #ifndef DIALECT_SSP_TRANSFORMS_PASSDETAILS_H
17 #define DIALECT_SSP_TRANSFORMS_PASSDETAILS_H
18 
24 
25 #include "mlir/IR/BuiltinOps.h"
26 
27 namespace circt {
28 namespace ssp {
29 
30 #define GEN_PASS_CLASSES
31 #include "circt/Dialect/SSP/SSPPasses.h.inc"
32 
33 } // namespace ssp
34 } // namespace circt
35 
36 #endif // DIALECT_SSP_TRANSFORMS_PASSDETAILS_H
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition: DebugAnalysis.h:21