MLIR
20.0.0git
lib
CAPI
Transforms
Passes.cpp
Go to the documentation of this file.
1
//===- CAPIPasses.cpp - C API for Transformations Passes ------------------===//
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
#include "
mlir/Transforms/Passes.h
"
10
#include "
mlir/CAPI/Pass.h
"
11
#include "
mlir/Pass/Pass.h
"
12
13
// Must include the declarations as they carry important visibility attributes.
14
#include "mlir/Transforms/Transforms.capi.h.inc"
15
16
using namespace
mlir
;
17
18
#ifdef __cplusplus
19
extern
"C"
{
20
#endif
21
22
#include "mlir/Transforms/Transforms.capi.cpp.inc"
23
24
#ifdef __cplusplus
25
}
26
#endif
Passes.h
Pass.h
Pass.h
mlir
Include the generated interface declarations.
Definition:
LocalAliasAnalysis.h:20
Generated on Tue Nov 19 2024 08:32:24 for MLIR by
1.9.1