clang 24.0.0git
PassDetail.h
Go to the documentation of this file.
1//===----------------------------------------------------------------------===//
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#ifndef CIR_DIALECT_TRANSFORMS_PASSDETAIL_H
10#define CIR_DIALECT_TRANSFORMS_PASSDETAIL_H
11
12#include "mlir/IR/Dialect.h"
13#include "mlir/Pass/Pass.h"
15#include "llvm/ABI/TargetInfo.h"
16
17namespace cir {
18class CIRDialect;
19} // namespace cir
20
21namespace mlir {
22// Forward declaration from Dialect.h
23template <typename ConcreteDialect>
24void registerDialect(DialectRegistry &registry);
25
26#define GEN_PASS_DECL
27#include "clang/CIR/Dialect/Passes.h.inc"
28
29} // namespace mlir
30
31#endif // CIR_DIALECT_TRANSFORMS_PASSDETAIL_H
void registerDialect(DialectRegistry &registry)