[PATCH] D50658: Hot cold splitting pass

Aditya Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 13 11:55:37 PDT 2018


hiraditya created this revision.
hiraditya added reviewers: sebpop, kparzysz, bcahoon, pranavb.
Herald added a subscriber: mgorny.

Find cold blocks based on profile information and outlines them. Set calling conv and prof hint for the callsite of the outlined function.


https://reviews.llvm.org/D50658

Files:
  include/llvm/InitializePasses.h
  include/llvm/Transforms/IPO.h
  lib/Transforms/IPO/CMakeLists.txt
  lib/Transforms/IPO/HotColdSplitting.cpp
  lib/Transforms/IPO/IPO.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50658.160423.patch
Type: text/x-patch
Size: 10855 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180813/75a8d894/attachment.bin>


More information about the llvm-commits mailing list