9 #ifndef MLIR_TARGET_LLVMIR_EXPORT_H
10 #define MLIR_TARGET_LLVMIR_EXPORT_H
12 #include "llvm/ADT/StringRef.h"
27 std::unique_ptr<llvm::Module>
29 llvm::StringRef name =
"LLVMDialectModule");
Operation is the basic unit of execution within MLIR.
Include the generated interface declarations.
Include the generated interface declarations.
std::unique_ptr< llvm::Module > 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 ...