MLIR
21.0.0git
include
mlir
Reducer
Passes.h
Go to the documentation of this file.
1
//===- Passes.h - Reducer Pass Construction and Registration ----*- C++ -*-===//
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
#ifndef MLIR_REDUCER_PASSES_H
9
#define MLIR_REDUCER_PASSES_H
10
11
#include "
mlir/Pass/Pass.h
"
12
13
namespace
mlir
{
14
15
#define GEN_PASS_DECL
16
#include "mlir/Reducer/Passes.h.inc"
17
18
/// Generate the code for registering reducer passes.
19
#define GEN_PASS_REGISTRATION
20
#include "mlir/Reducer/Passes.h.inc"
21
22
}
// namespace mlir
23
24
#endif
// MLIR_REDUCER_PASSES_H
Pass.h
mlir
Include the generated interface declarations.
Definition:
LocalAliasAnalysis.h:20
Generated on Wed Apr 23 2025 04:32:13 for MLIR by
1.9.1