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

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 20:43:16 PDT 2017


davidxl updated this revision to Diff 96863.
davidxl added a comment.

Addressed review feedback by eraman.


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.96863.patch
Type: text/x-patch
Size: 24844 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170427/ad355d31/attachment-0001.bin>


More information about the llvm-commits mailing list