MLIR 23.0.0git
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
14
15namespace mlir {
16class Pass;
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.
25 RewritePatternSet &);
26
27} // namespace mlir
28
29#endif // MLIR_CONVERSION_RAISEWASM_RAISEWASMMLIR_H
The abstract base pass class.
Definition Pass.h:52
Include the generated interface declarations.
void populateRaiseWasmMLIRConversionPatterns(TypeConverter &, RewritePatternSet &)
Collect a set of patterns to convert from the Wasm dialect to standard dialects.