MLIR 22.0.0git
XeGPUToXeVM.h
Go to the documentation of this file.
1//===-- XeGPUToXeVM.h - Convert XeGPU to XeVM 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_XEGPUTOXEVM_XEGPUTOXEVM_H_
9#define MLIR_CONVERSION_XEGPUTOXEVM_XEGPUTOXEVM_H_
10
11#include <memory>
12
13namespace mlir {
14class DialectRegistry;
17class Pass;
18
19#define GEN_PASS_DECL_CONVERTXEGPUTOXEVMPASS
20#include "mlir/Conversion/Passes.h.inc"
21
23 const LLVMTypeConverter &typeConverter, RewritePatternSet &patterns);
24
25} // namespace mlir
26
27#endif // MLIR_CONVERSION_XEGPUTOXEVM_XEGPUTOXEVM_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.
const FrozenRewritePatternSet & patterns
void populateXeGPUToXeVMConversionPatterns(const LLVMTypeConverter &typeConverter, RewritePatternSet &patterns)