CIRCT 22.0.0git
Loading...
Searching...
No Matches
EmitReductions.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_EMIT_EMITREDUCTIONS_H
10#define CIRCT_DIALECT_EMIT_EMITREDUCTIONS_H
11
13
14namespace circt {
15namespace emit {
16
17/// Register the Emit Reduction pattern dialect interface to the given registry.
18void registerReducePatternDialectInterface(mlir::DialectRegistry &registry);
19
20} // namespace emit
21} // namespace circt
22
23#endif // CIRCT_DIALECT_EMIT_EMITREDUCTIONS_H
void registerReducePatternDialectInterface(mlir::DialectRegistry &registry)
Register the Emit Reduction pattern dialect interface to the given registry.
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
Definition emit.py:1