MLIR
20.0.0git
|
#include "llvm/ADT/StringRef.h"
#include <memory>
Go to the source code of this file.
Namespaces | |
llvm | |
The OpAsmOpInterface, see OpAsmInterface.td for more details. | |
mlir | |
Include the generated interface declarations. | |
Functions | |
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. More... | |