[all-commits] [llvm/llvm-project] e68faf: [CSSPGO] llvm-profdata support for CS profile.
Hongtao Yu via All-commits
all-commits at lists.llvm.org
Mon Mar 8 09:05:06 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e68fafa49f91c5e775605cbbde0815fc4809bf46
https://github.com/llvm/llvm-project/commit/e68fafa49f91c5e775605cbbde0815fc4809bf46
Author: Hongtao Yu <hoy at fb.com>
Date: 2021-03-08 (Mon, 08 Mar 2021)
Changed paths:
M llvm/test/tools/llvm-profdata/sample-hot-func-list.test
M llvm/test/tools/llvm-profdata/sample-overlap.test
M llvm/tools/llvm-profdata/llvm-profdata.cpp
Log Message:
-----------
[CSSPGO] llvm-profdata support for CS profile.
Context-sensitive AutoFDO profile has a different name scheme where full calling contexts are encoded as function names. When processing CS proifle, llvm-profdata should use full contexts instead of leaf function names.
Reviewed By: wmi, wenlei, wlei
Differential Revision: https://reviews.llvm.org/D97998
More information about the All-commits
mailing list