[all-commits] [llvm/llvm-project] bb3985: [MLIR][LLVM] Avoid creating unused NameLocs for im...
Christian Ulmann via All-commits
all-commits at lists.llvm.org
Tue Oct 14 23:31:52 PDT 2025
Branch: refs/heads/users/dinistro/drop-unused-name-location
Home: https://github.com/llvm/llvm-project
Commit: bb3985f865d92d8aaa57a02ae07317880f950f3a
https://github.com/llvm/llvm-project/commit/bb3985f865d92d8aaa57a02ae07317880f950f3a
Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
Date: 2025-10-15 (Wed, 15 Oct 2025)
Changed paths:
M mlir/lib/Target/LLVMIR/DebugImporter.cpp
M mlir/test/Target/LLVMIR/Import/debug-info.ll
Log Message:
-----------
[MLIR][LLVM] Avoid creating unused NameLocs for imported functions
This commit removes the creation of NameLocs when importing locations
for LLVM IR functions. This made the generated fused location more
complex by adding no valuable additional information to it. Note that
removing it has no effect on the roundtrip from LLVM IR back to LLVM IR.
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