MLIR
17.0.0git
|
#include <memory>
#include <string>
#include "mlir/Conversion/Passes.h.inc"
Go to the source code of this file.
Namespaces | |
mlir | |
Include the generated interface declarations. | |
Macros | |
#define | GEN_PASS_DECL_CONVERTFUNCTOLLVM |
Functions | |
std::unique_ptr< OperationPass< ModuleOp > > | mlir::createConvertFuncToLLVMPass () |
Creates a pass to convert the Func dialect into the LLVMIR dialect. More... | |
std::unique_ptr< OperationPass< ModuleOp > > | mlir::createConvertFuncToLLVMPass (const LowerToLLVMOptions &options) |
#define GEN_PASS_DECL_CONVERTFUNCTOLLVM |
Definition at line 22 of file ConvertFuncToLLVMPass.h.