[PATCH] D147297: [AutoFDO]Merge called target in body samples

Mingming Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 30 23:27:16 PDT 2023


mingmingl added a comment.

In D147297#4235771 <https://reviews.llvm.org/D147297#4235771>, @wlei wrote:

> Good catch, thank you! For the test case, perhaps we can reuse the test https://github.com/llvm/llvm-project/blob/main/llvm/test/tools/llvm-profdata/Inputs/sample-flatten-profile.proftext#L6 and add some dummy call target to the inlinees. like
>
>      3: bar:10
>       1: 10
>   +   2: 10 baz:10

thanks for confirming! Done.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147297/new/

https://reviews.llvm.org/D147297



More information about the llvm-commits mailing list