9 #ifndef MLIR_CONVERSION_FUNCTOLLVM_CONVERTFUNCTOLLVMPASS_H_
10 #define MLIR_CONVERSION_FUNCTOLLVM_CONVERTFUNCTOLLVMPASS_H_
16 class LowerToLLVMOptions;
22 #define GEN_PASS_DECL_CONVERTFUNCTOLLVM
23 #include "mlir/Conversion/Passes.h.inc"
27 std::unique_ptr<OperationPass<ModuleOp>>
static llvm::ManagedStatic< PassManagerOptions > options
Include the generated interface declarations.
std::unique_ptr< OperationPass< ModuleOp > > createConvertFuncToLLVMPass()
Creates a pass to convert the Func dialect into the LLVMIR dialect.