#include "llvm/ADT/StringRef.h"
#include <memory>
Go to the source code of this file.
|
| namespace | llvm |
| | The OpAsmOpInterface, see OpAsmInterface.td for more details.
|
| namespace | mlir |
| | Include the generated interface declarations.
|
|
| std::unique_ptr< llvm::Module > | mlir::translateModuleToLLVMIR (Operation *module, llvm::LLVMContext &llvmContext, llvm::StringRef name="LLVMDialectModule", bool disableVerification=false) |
| | Translates a given LLVM dialect module into an LLVM IR module living in the given context.
|