CIRCT 20.0.0git
Loading...
Searching...
No Matches
MSFTPasses.h
Go to the documentation of this file.
1//===- MSFTPasses.h - Common code for passes --------------------*- 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#ifndef CIRCT_DIALECT_MSFT_MSFTPASSES_H
10#define CIRCT_DIALECT_MSFT_MSFTPASSES_H
11
14
15#include "mlir/Pass/Pass.h"
16#include "mlir/Pass/PassRegistry.h"
17
18namespace mlir {
19class Pass;
20} // namespace mlir
21
22namespace circt {
23namespace msft {
24
25#define GEN_PASS_DECL
26#include "circt/Dialect/MSFT/MSFTPasses.h.inc"
27
28std::unique_ptr<mlir::Pass> createLowerInstancesPass();
29std::unique_ptr<mlir::Pass> createLowerConstructsPass();
30std::unique_ptr<mlir::Pass> createExportTclPass();
31
32/// Generate the code for registering passes.
33#define GEN_PASS_REGISTRATION
34#include "circt/Dialect/MSFT/MSFTPasses.h.inc"
35
36} // namespace msft
37} // namespace circt
38
39#endif // CIRCT_DIALECT_MSFT_MSFTPASSES_H
std::unique_ptr< mlir::Pass > createExportTclPass()
std::unique_ptr< mlir::Pass > createLowerConstructsPass()
std::unique_ptr< mlir::Pass > createLowerInstancesPass()
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition msft.py:1