[PATCH] D32249: [PartialInl] Enhance partial inliner to handle more complex conditions

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 25 21:57:40 PDT 2017


davidxl updated this revision to Diff 96667.
davidxl marked an inline comment as done.
davidxl added a comment.

addressed review comments.


https://reviews.llvm.org/D32249

Files:
  lib/Transforms/IPO/PartialInlining.cpp
  test/Transforms/CodeExtractor/MultipleExitBranchProb.ll
  test/Transforms/CodeExtractor/PartialInlineAnd.ll
  test/Transforms/CodeExtractor/PartialInlineAndOr.ll
  test/Transforms/CodeExtractor/PartialInlineOr.ll
  test/Transforms/CodeExtractor/PartialInlineOrAnd.ll
  test/Transforms/CodeExtractor/SingleCondition.ll
  test/Transforms/CodeExtractor/unreachable-block.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32249.96667.patch
Type: text/x-patch
Size: 24666 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170426/77311982/attachment.bin>


More information about the llvm-commits mailing list