[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 19 15:07:18 PDT 2017
    
    
  
davidxl created this revision.
This handles case :
if (a || b)
  return;
// Large_body of slow path code
do_something here.
https://reviews.llvm.org/D32249
Files:
  lib/Transforms/IPO/PartialInlining.cpp
  test/Transforms/CodeExtractor/MultiConditions.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32249.95830.patch
Type: text/x-patch
Size: 8390 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170419/04743d63/attachment.bin>
    
    
More information about the llvm-commits
mailing list