CIRCT 22.0.0git
Loading...
Searching...
No Matches
RTGReductions.h
Go to the documentation of this file.
1//===----------------------------------------------------------------------===//
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_RTG_REDUCTIONS_RTGREDUCTIONS_H
10#define CIRCT_DIALECT_RTG_REDUCTIONS_RTGREDUCTIONS_H
11
13
14namespace circt {
15namespace rtg {
16
17/// A dialect interface to provide reduction patterns to a reducer tool.
22
23/// Register the RTG Reduction pattern dialect interface to the given registry.
24void registerReducePatternDialectInterface(mlir::DialectRegistry &registry);
25
26} // namespace rtg
27} // namespace circt
28
29#endif // CIRCT_DIALECT_RTG_REDUCTIONS_RTGREDUCTIONS_H
void registerReducePatternDialectInterface(mlir::DialectRegistry &registry)
Register the RTG Reduction pattern dialect interface to the given registry.
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition rtg.py:1
A dialect interface to provide reduction patterns to a reducer tool.
Definition Reduction.h:180
ReducePatternDialectInterface(Dialect *dialect)
Definition Reduction.h:181
A dialect interface to provide reduction patterns to a reducer tool.
void populateReducePatterns(circt::ReducePatternSet &patterns) const override