MLIR  22.0.0git
WasmSSATypes.cpp
Go to the documentation of this file.
1 //===- WasmSSAOps.cpp - WasmSSA dialect operations ----------------===//
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 
11 #include "mlir/IR/Types.h"
12 #include "llvm/Support/LogicalResult.h"
13 
14 #include <optional>
15 
16 namespace mlir::wasmssa {
17 #include "mlir/Dialect/WasmSSA/IR/WasmSSATypeConstraints.cpp.inc"
18 } // namespace mlir::wasmssa