[PATCH] D40729: [CallSiteSplitting] Remove isOrHeader restriction.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 1 07:36:27 PST 2017


fhahn created this revision.

By following the single predecessors of the predecessors of the call
site, we do not need to restrict the control flow.


https://reviews.llvm.org/D40729

Files:
  lib/Transforms/Scalar/CallSiteSplitting.cpp
  test/Transforms/CallSiteSplitting/callsite-split-or-phi.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40729.125142.patch
Type: text/x-patch
Size: 4997 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171201/bdc43bbd/attachment.bin>


More information about the llvm-commits mailing list