[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
Mon Nov 6 18:39:19 PST 2017
gyiu updated this revision to Diff 121831.
gyiu added a comment.
- Added testcase.
- Remove the requirement for a conditional branch as the terminator of the entry block, for multi-region outlining specifically.
Repository:
rL LLVM
https://reviews.llvm.org/D38190
Files:
include/llvm/Analysis/ProfileSummaryInfo.h
lib/Transforms/IPO/PartialInlining.cpp
test/Transforms/CodeExtractor/PartialInlinePGORegion.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38190.121831.patch
Type: text/x-patch
Size: 37390 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171107/d0562028/attachment.bin>
More information about the llvm-commits
mailing list