MLIR 22.0.0git
XeVMToLLVM.h
Go to the documentation of this file.
1//===-- XeVMToLLVM.h - Convert XeVM to LLVM dialect -------------*- C++ -*-===//
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//===----------------------------------------------------------------------===//
8#ifndef MLIR_CONVERSION_XEVMTOLLVM_XEVMTOLLVMPASS_H_
9#define MLIR_CONVERSION_XEVMTOLLVM_XEVMTOLLVMPASS_H_
10
11#include <memory>
12
13namespace mlir {
14class ConversionTarget;
15class DialectRegistry;
18class Pass;
19
20#define GEN_PASS_DECL_CONVERTXEVMTOLLVMPASS
21#include "mlir/Conversion/Passes.h.inc"
22
24 RewritePatternSet &patterns);
25
26void registerConvertXeVMToLLVMInterface(DialectRegistry &registry);
27} // namespace mlir
28
29#endif // MLIR_CONVERSION_XEVMTOLLVM_XEVMTOLLVMPASS_H_
The DialectRegistry maps a dialect namespace to a constructor for the matching dialect.
Conversion from types to the LLVM IR dialect.
The abstract base pass class.
Definition Pass.h:51
Include the generated interface declarations.
void populateXeVMToLLVMConversionPatterns(ConversionTarget &target, RewritePatternSet &patterns)
const FrozenRewritePatternSet & patterns
void registerConvertXeVMToLLVMInterface(DialectRegistry &registry)