[all-commits] [llvm/llvm-project] 068204: [MLIR][ModuleTranslation] Add disableVerification ...
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Wed Jun 5 02:11:07 PDT 2024
Branch: refs/heads/users/dinistro/mlir-to-llvm-add-verification-disable
Home: https://github.com/llvm/llvm-project
Commit: 068204a7d38bec7ac6bad6f5f8134e5d984324d1
https://github.com/llvm/llvm-project/commit/068204a7d38bec7ac6bad6f5f8134e5d984324d1
Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
Date: 2024-06-05 (Wed, 05 Jun 2024)
Changed paths:
M mlir/include/mlir/Target/LLVMIR/Export.h
M mlir/include/mlir/Target/LLVMIR/ModuleTranslation.h
M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
Log Message:
-----------
[MLIR][ModuleTranslation] Add disableVerification parameter (NFC)
This commit adds a boolean parameter that allows downstream users to
disable the verification when translating an MLIR module to LLVM IR.
This is helpful for debugging broken LLVM IR modules post translation.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list