[all-commits] [llvm/llvm-project] c7b421: [MemProf] Attach value profile metadata to the IR ...
Snehasish Kumar via All-commits
all-commits at lists.llvm.org
Sat May 31 12:53:53 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c7b421deac59948690910dd3e1bb16ef590846a3
https://github.com/llvm/llvm-project/commit/c7b421deac59948690910dd3e1bb16ef590846a3
Author: Snehasish Kumar <snehasishk at google.com>
Date: 2025-05-31 (Sat, 31 May 2025)
Changed paths:
M llvm/lib/Transforms/Instrumentation/MemProfiler.cpp
A llvm/test/Transforms/PGOProfile/memprof_annotate_indirect_call.test
Log Message:
-----------
[MemProf] Attach value profile metadata to the IR using CalleeGuids. (#141164)
Use the newly introduced CalleeGuids in CallSiteInfo to annotate the IR
where necessary with value profile metadata. Use a synthetic count of 1
since we don't have actual counts in the profile collection.
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