[Mlir-commits] [mlir] [MLIR][ModuleTranslation] Add disableVerification parameter (NFC) (PR #94445)
    Christian Ulmann 
    llvmlistbot at llvm.org
       
    Wed Jun  5 22:48:31 PDT 2024
    
    
  
================
@@ -26,7 +26,8 @@ class Operation;
 /// LLVMTranslationDialectInterface.
 std::unique_ptr<llvm::Module>
 translateModuleToLLVMIR(Operation *module, llvm::LLVMContext &llvmContext,
-                        llvm::StringRef name = "LLVMDialectModule");
+                        llvm::StringRef name = "LLVMDialectModule",
+                        bool disableVerification = false);
----------------
Dinistro wrote:
Good catch, improved here: https://github.com/llvm/llvm-project/pull/94577
https://github.com/llvm/llvm-project/pull/94445
    
    
More information about the Mlir-commits
mailing list