[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:50:27 PST 2017


eraman updated this revision to Diff 85170.
eraman added a comment.

Fix a test case as suggested by David


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.85170.patch
Type: text/x-patch
Size: 27482 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170120/4f8155b1/attachment-0001.bin>


More information about the llvm-commits mailing list