MLIR-AIE
Passes.h
Go to the documentation of this file.
1//===- Passes.h - Conversion Pass Construction and Registration -----------===//
2//
3// This file is licensed 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// (c) Copyright 2022 Xilinx Inc.
8//
9//===----------------------------------------------------------------------===//
10
11#ifndef AIE_CONVERSION_PASSES_H
12#define AIE_CONVERSION_PASSES_H
13
16#include "aie/Conversion/PassesEnums.h.inc"
17
18namespace xilinx {
19
20#define GEN_PASS_DECL
21#include "aie/Conversion/Passes.h.inc"
22
23#define GEN_PASS_REGISTRATION
24#include "aie/Conversion/Passes.h.inc"
25
26} // namespace xilinx
27
28#endif // AIE_CONVERSION_PASSES_H