[PATCH] D50658: Hot cold splitting pass

Aditya Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 25 11:35:45 PDT 2018


hiraditya updated this revision to Diff 162560.
hiraditya added a comment.

Suggestions from Sebastian:

Only populate hot-regions and find cold as complement of hot-region (compile time optimization)


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.162560.patch
Type: text/x-patch
Size: 14047 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180825/c2ac5d24/attachment.bin>


More information about the llvm-commits mailing list