[all-commits] [llvm/llvm-project] 665e46: [llvm-profdata] Use semicolon as the delimiter for...
Mingming Liu via All-commits
all-commits at lists.llvm.org
Thu Jan 4 15:03:31 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 665e46c2689cc4212345213db7d7e968b91dcc8b
https://github.com/llvm/llvm-project/commit/665e46c2689cc4212345213db7d7e968b91dcc8b
Author: Mingming Liu <mingmingl at google.com>
Date: 2024-01-04 (Thu, 04 Jan 2024)
Changed paths:
A compiler-rt/test/profile/Linux/instrprof-instr-suppl.test
M llvm/test/tools/llvm-profdata/Inputs/FUnique.proftext
M llvm/test/tools/llvm-profdata/Inputs/NoFUnique.proftext
M llvm/test/tools/llvm-profdata/Inputs/flatten_instr.proftext
M llvm/test/tools/llvm-profdata/suppl-instr-with-sample-flatten.test
M llvm/tools/llvm-profdata/llvm-profdata.cpp
Log Message:
-----------
[llvm-profdata] Use semicolon as the delimiter for supplementary profiles. (#75080)
When merging instrFDO profiles with afdo profile as supplementary, instrFDO counters for static functions are stored with function's PGO name (with filename.cpp; prefix).
- This pull request fixes the delimiter used when a PGO function name is 'normalized' for AFDO look-up.
More information about the All-commits
mailing list