[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 13:28:38 PDT 2017


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

Address Wei's review feedback. Also fixed a bug found in clang self build test.


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.96811.patch
Type: text/x-patch
Size: 24771 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170426/1d4091ff/attachment.bin>


More information about the llvm-commits mailing list