CIRCT  19.0.0git
PassDetails.h
Go to the documentation of this file.
1 //===- PassDetails.h - LLHD 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 //
10 //===----------------------------------------------------------------------===//
11 
12 #ifndef DIALECT_LLHD_TRANSFORMS_PASSDETAILS_H
13 #define DIALECT_LLHD_TRANSFORMS_PASSDETAILS_H
14 
16 #include "mlir/Pass/Pass.h"
17 
18 namespace circt {
19 namespace llhd {
20 
21 #define GEN_PASS_CLASSES
22 #include "circt/Dialect/LLHD/Transforms/Passes.h.inc"
23 
24 } // namespace llhd
25 } // namespace circt
26 
27 #endif // DIALECT_LLHD_TRANSFORMS_PASSDETAILS_H
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition: DebugAnalysis.h:21