[PATCH] D62540: [SampleFDO] For functions without profiles, provide an option to put them in a special text section
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 28 14:34:45 PDT 2019
davidxl added a comment.
Longer term, the plan is to put a white list of the symbols into the profile data so that the compiler can decide if a function is newly created or simply cold.
Wei, if that is in place, is there a need for this patch?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62540/new/
https://reviews.llvm.org/D62540
More information about the llvm-commits
mailing list