[PATCH] D85628: [HotColdSplitting] Add command line options for supplying cold function names via user input.

Ruijie Fang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 11 09:39:45 PDT 2020


rjf added a comment.

Based on discussion with @hiraditya and @rcorcs this morning, we're thinking doing this in in the ProfileSummaryInfo pass is better (have the PSI pass take as input user-specified cold funcs and mark them with cold attribute) as its benefit can be more wide-ranging than only for hotcoldsplit. Will prepare a separate patch for this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85628



More information about the llvm-commits mailing list