[all-commits] [llvm/llvm-project] ff87ee: [Metadata] Utilize the resizing capability of MDNo...
Wolfgang Pieb via All-commits
all-commits at lists.llvm.org
Wed Jul 6 10:19:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ff87ee4dee9c01d841182d5959cec3a998115d34
https://github.com/llvm/llvm-project/commit/ff87ee4dee9c01d841182d5959cec3a998115d34
Author: Wolfgang Pieb <wolfgang_pieb at playstation.sony.com>
Date: 2022-07-06 (Wed, 06 Jul 2022)
Changed paths:
M llvm/lib/Linker/IRMover.cpp
M llvm/lib/Transforms/Instrumentation/CGProfile.cpp
M llvm/test/Instrumentation/cgprofile.ll
M llvm/test/Linker/module-flags-8-a.ll
M llvm/test/Linker/module-flags-dont-change-others.ll
M llvm/test/Transforms/FunctionImport/cg_profile.ll
Log Message:
-----------
[Metadata] Utilize the resizing capability of MDNodes in Moduleflag processing.
This mostly affects PGO/LTO builds which use module flags describing the call
graph. Fixes Issue #51893.
Reviewed By: dexonsmith
Differential Revision: https://reviews.llvm.org/D125999
More information about the All-commits
mailing list