CIRCT 20.0.0git
Loading...
Searching...
No Matches
AffineToLoopSchedule.h
Go to the documentation of this file.
1//===- AffineToLoopSchedule.h
2//-------------------------------------------------===//
3//
4// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5// See https://llvm.org/LICENSE.txt for license information.
6// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7//
8//===----------------------------------------------------------------------===//
9
10#ifndef CIRCT_CONVERSION_AFFINETOLOOPSCHEDULE_H_
11#define CIRCT_CONVERSION_AFFINETOLOOPSCHEDULE_H_
12
13#include <memory>
14
15namespace mlir {
16class Pass;
17} // namespace mlir
18
19namespace circt {
20
21#define GEN_PASS_DECL_AFFINETOLOOPSCHEDULE
22#include "circt/Conversion/Passes.h.inc"
23
24std::unique_ptr<mlir::Pass> createAffineToLoopSchedule();
25} // namespace circt
26
27#endif // CIRCT_CONVERSION_AFFINETOLOOPSCHEDULE_H_
The InstanceGraph op interface, see InstanceGraphInterface.td for more details.
std::unique_ptr< mlir::Pass > createAffineToLoopSchedule()