CIRCT  19.0.0git
Passes.h
Go to the documentation of this file.
1 //===- Passes.h - Conversion Pass Construction and Registration -*- 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 // This fle contains the declarations to register conversion passes.
10 //
11 //===----------------------------------------------------------------------===//
12 
13 #ifndef CIRCT_CONVERSION_PASSES_H
14 #define CIRCT_CONVERSION_PASSES_H
15 
49 #include "mlir/IR/DialectRegistry.h"
50 #include "mlir/Pass/Pass.h"
51 #include "mlir/Pass/PassRegistry.h"
52 
53 namespace circt {
54 
55 // Generate the code for registering conversion passes.
56 #define GEN_PASS_REGISTRATION
57 #include "circt/Conversion/Passes.h.inc"
58 
59 } // namespace circt
60 
61 #endif // CIRCT_CONVERSION_PASSES_H
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition: DebugAnalysis.h:21