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

Easwaran Raman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 20 11:29:50 PST 2017


eraman updated this revision to Diff 85164.
eraman marked 3 inline comments as done.
eraman added a comment.

Address review comments.


https://reviews.llvm.org/D28331

Files:
  include/llvm/Analysis/InlineCost.h
  include/llvm/Transforms/Utils/Cloning.h
  lib/Analysis/InlineCost.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-callsite-2.ll
  test/Transforms/Inline/inline-hot-callsite.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28331.85164.patch
Type: text/x-patch
Size: 27362 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170120/1acc40d5/attachment.bin>


More information about the llvm-commits mailing list