MLIR 22.0.0git
SCFPasses.cpp
Go to the documentation of this file.
1//===- SCFPasses.cpp - C API for SCF Dialect 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/CAPI/Pass.h"
11#include "mlir/Pass/Pass.h"
12
13// Must include the declarations as they carry important visibility attributes.
14#include "mlir/Dialect/SCF/Transforms/Passes.capi.h.inc"
15using namespace mlir;
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21#include "mlir/Dialect/SCF/Transforms/Passes.capi.cpp.inc"
22
23#ifdef __cplusplus
24}
25#endif
Include the generated interface declarations.