[all-commits] [llvm/llvm-project] 0b4a90: [MLIR][LLVM] Avoid duplicated module flags in the ...
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Mon Mar 17 08:16:47 PDT 2025
Branch: refs/heads/users/dinistro/avoid-module-flag-duplication
Home: https://github.com/llvm/llvm-project
Commit: 0b4a9005fc9c85aeaa9d0fdbaec098756b7ac733
https://github.com/llvm/llvm-project/commit/0b4a9005fc9c85aeaa9d0fdbaec098756b7ac733
Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
Date: 2025-03-17 (Mon, 17 Mar 2025)
Changed paths:
M mlir/lib/Target/LLVMIR/DebugTranslation.cpp
M mlir/lib/Target/LLVMIR/DebugTranslation.h
M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
M mlir/test/Target/LLVMIR/llvmir-debug.mlir
M mlir/test/Target/LLVMIR/llvmir.mlir
M mlir/test/Target/LLVMIR/nvvmir.mlir
Log Message:
-----------
[MLIR][LLVM] Avoid duplicated module flags in the export
This commit resolves an issue in the LLVMIR export that caused the
duplication of the "Debug Info Version" module flag, when it was already
in MLIR.
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