[PATCH] D147297: [AutoFDO]Merge called target in body samples
Lei Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 30 23:09:48 PDT 2023
wlei added a comment.
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
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147297/new/
https://reviews.llvm.org/D147297
More information about the llvm-commits
mailing list