[PATCH] D38190: Partial Inlining with multi-region outlining based on PGO information

Graham Yiu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 21 18:57:13 PST 2017


gyiu updated this revision to Diff 123873.
gyiu added a comment.

- Added new multi-outlined-region testcase.
- Removed unnecessary traces and moved useful ones to 'ifndef NDEBUG' macro.
- Modified/added ORE messages according to suggestions.
- General clean-up using clang-format.


Repository:
  rL LLVM

https://reviews.llvm.org/D38190

Files:
  include/llvm/Analysis/ProfileSummaryInfo.h
  lib/Transforms/IPO/PartialInlining.cpp
  test/Transforms/CodeExtractor/PartialInlinePGOMultiRegion.ll
  test/Transforms/CodeExtractor/PartialInlinePGORegion.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38190.123873.patch
Type: text/x-patch
Size: 49140 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171122/05598f90/attachment.bin>


More information about the llvm-commits mailing list