[PATCH] D28331: Improve PGO support for the new inliner

Easwaran Raman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 9 18:09:03 PST 2017


eraman updated this revision to Diff 83761.
eraman marked 2 inline comments as done.
eraman added a comment.

Address review comments.


https://reviews.llvm.org/D28331

Files:
  include/llvm/Analysis/BlockFrequencyInfo.h
  include/llvm/Analysis/InlineCost.h
  include/llvm/Analysis/ProfileSummaryInfo.h
  include/llvm/Transforms/Utils/Cloning.h
  lib/Analysis/BlockFrequencyInfo.cpp
  lib/Analysis/InlineCost.cpp
  lib/Analysis/ProfileSummaryInfo.cpp
  lib/Transforms/IPO/InlineSimple.cpp
  lib/Transforms/IPO/Inliner.cpp
  lib/Transforms/Utils/InlineFunction.cpp
  test/Transforms/Inline/function-count-update-2.ll
  test/Transforms/Inline/function-count-update-3.ll
  test/Transforms/Inline/function-count-update.ll
  test/Transforms/Inline/inline-cold-callee.ll
  test/Transforms/Inline/inline-cold-callsite.ll
  test/Transforms/Inline/inline-hot-callee.ll
  test/Transforms/Inline/inline-hot-callsite-2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28331.83761.patch
Type: text/x-patch
Size: 33303 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170110/dcb1f362/attachment.bin>


More information about the llvm-commits mailing list