[all-commits] [llvm/llvm-project] 2aaaed: [IRLinker] Fix mapping of declaration metadata
Carl Ritson via All-commits
all-commits at lists.llvm.org
Mon Mar 13 16:43:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2aaaed3527de891062e9503d09d42075049e05fa
https://github.com/llvm/llvm-project/commit/2aaaed3527de891062e9503d09d42075049e05fa
Author: Carl Ritson <carl.ritson at amd.com>
Date: 2023-03-14 (Tue, 14 Mar 2023)
Changed paths:
M llvm/include/llvm/Transforms/Utils/ValueMapper.h
M llvm/lib/Linker/IRMover.cpp
M llvm/lib/Transforms/Utils/ValueMapper.cpp
M llvm/test/Linker/Inputs/metadata-function.ll
M llvm/test/Linker/metadata-function.ll
Log Message:
-----------
[IRLinker] Fix mapping of declaration metadata
Ensure metadata for declarations copied during materialization
is properly mapped if declarations do not become definitions.
Reviewed By: tejohnson
Differential Revision: https://reviews.llvm.org/D145318
More information about the All-commits
mailing list