MLIR
23.0.0git
include
mlir
Conversion
RaiseWasm
RaiseWasmMLIR.h
Go to the documentation of this file.
1
//===- RaiseWasmMLIR.h - Convert wasm to standard dialects ------*- C++ -*-===//
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 MLIR_CONVERSION_RAISEWASM_RAISEWASMMLIR_H
10
#define MLIR_CONVERSION_RAISEWASM_RAISEWASMMLIR_H
11
12
#include "
mlir/IR/PatternMatch.h
"
13
#include "
mlir/Transforms/DialectConversion.h
"
14
15
namespace
mlir
{
16
class
Pass
;
17
class
RewritePatternSet
;
18
19
#define GEN_PASS_DECL_RAISEWASMMLIR
20
#include "mlir/Conversion/Passes.h.inc"
21
22
/// Collect a set of patterns to convert from the Wasm dialect to standard
23
/// dialects.
24
void
populateRaiseWasmMLIRConversionPatterns
(
TypeConverter
&,
25
RewritePatternSet &);
26
27
}
// namespace mlir
28
29
#endif
// MLIR_CONVERSION_RAISEWASM_RAISEWASMMLIR_H
DialectConversion.h
PatternMatch.h
TypeConverter
mlir::Pass
The abstract base pass class.
Definition
Pass.h:52
mlir::RewritePatternSet
Definition
PatternMatch.h:822
mlir
Include the generated interface declarations.
Definition
ABIRewriteContext.h:29
mlir::populateRaiseWasmMLIRConversionPatterns
void populateRaiseWasmMLIRConversionPatterns(TypeConverter &, RewritePatternSet &)
Collect a set of patterns to convert from the Wasm dialect to standard dialects.
Definition
RaiseWasmMLIR.cpp:410
Generated on
for MLIR by
1.14.0