CIRCT 21.0.0git
|
#include "mlir/Pass/Pass.h"
#include "mlir/Pass/PassRegistry.h"
#include <memory>
#include <optional>
#include "circt/Dialect/Comb/Passes.h.inc"
Go to the source code of this file.
Namespaces | |
namespace | mlir |
namespace | circt |
The InstanceGraph op interface, see InstanceGraphInterface.td for more details. | |
namespace | circt::comb |
Macros | |
#define | GEN_PASS_DECL |
Generate the code for registering passes. | |
#define | GEN_PASS_REGISTRATION |
Functions | |
void | circt::comb::populateCombNarrowingPatterns (mlir::RewritePatternSet &patterns, mlir::DataFlowSolver &solver) |
Add patterns for int range based narrowing. | |
#define GEN_PASS_DECL |
Generate the code for registering passes.
Definition at line 29 of file CombPasses.h.
#define GEN_PASS_REGISTRATION |
Definition at line 30 of file CombPasses.h.