[PATCH] D16381: Infrastructure to allow use of PGO in inliner

Easwaran Raman via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 2 16:17:14 PST 2016


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

This fixes a bug (BB containing call's successor didn't have the right BFI), addresses reviewer comments and has been rebased to a recent head.


http://reviews.llvm.org/D16381

Files:
  include/llvm/Analysis/InlineCost.h
  include/llvm/Transforms/IPO/InlinerPass.h
  include/llvm/Transforms/Utils/Cloning.h
  lib/Analysis/InlineCost.cpp
  lib/Transforms/IPO/InlineSimple.cpp
  lib/Transforms/IPO/Inliner.cpp
  lib/Transforms/Utils/CloneFunction.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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16381.46720.patch
Type: text/x-patch
Size: 32728 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160203/42201d18/attachment.bin>


More information about the llvm-commits mailing list