MLIR  19.0.0git
Namespaces | Functions
Export.h File Reference
#include "llvm/ADT/StringRef.h"
#include <memory>

Go to the source code of this file.

Namespaces

 llvm
 Include the generated interface declarations.
 
 mlir
 Include the generated interface declarations.
 

Functions

std::unique_ptr< llvm::Module > mlir::translateModuleToLLVMIR (Operation *module, llvm::LLVMContext &llvmContext, llvm::StringRef name="LLVMDialectModule")
 Translate operation that satisfies LLVM dialect module requirements into an LLVM IR module living in the given context. More...