[Mlir-commits] [mlir] [MLIR][ModuleTranslation] Add disableVerification parameter (NFC) (PR #94445)

Mehdi Amini llvmlistbot at llvm.org
Wed Jun 5 21:30:12 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);
----------------
joker-eph wrote:

Please document

https://github.com/llvm/llvm-project/pull/94445


More information about the Mlir-commits mailing list