13 #ifndef MLIR_TARGET_LLVMIR_H 14 #define MLIR_TARGET_LLVMIR_H 26 class OwningModuleRef;
42 MLIRContext *context);
46 #endif // MLIR_TARGET_LLVMIR_H Definition: InferTypeOpInterface.cpp:20
Definition: PassRegistry.cpp:413
OwningModuleRef translateLLVMIRToModule(llvm::SourceMgr &sourceMgr, MLIRContext *context)
Definition: ConvertFromLLVMIR.cpp:603
std::unique_ptr< llvm::Module > translateModuleToLLVMIR(ModuleOp m)
Definition: ConvertToLLVMIR.cpp:24