[PATCH] D95988: [CSSPGO] Process functions in a top-down order on a dynamic call graph.
Hongtao Yu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 9 22:40:44 PST 2021
hoy updated this revision to Diff 322597.
hoy added a comment.
Extending profile-based top-down order support to non-CS profile. Only adding support for SCC. Indirect call edges are not needed since uninlined counts are not returned to indirect call targets with non-CS profiles.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95988/new/
https://reviews.llvm.org/D95988
Files:
llvm/include/llvm/Transforms/IPO/SampleContextTracker.h
llvm/lib/Transforms/IPO/SampleContextTracker.cpp
llvm/lib/Transforms/IPO/SampleProfile.cpp
llvm/test/Transforms/SampleProfile/Inputs/profile-context-order.prof
llvm/test/Transforms/SampleProfile/Inputs/profile-topdown-order.prof
llvm/test/Transforms/SampleProfile/profile-context-order.ll
llvm/test/Transforms/SampleProfile/profile-topdown-order.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95988.322597.patch
Type: text/x-patch
Size: 37658 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210210/31dbfb71/attachment.bin>
More information about the llvm-commits
mailing list