[PATCH] D41858: [CallSiteSplitting] Pass list of (BB, Conditions) pairs to splitCallSite.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 9 05:26:40 PST 2018


fhahn created this revision.
fhahn added reviewers: junbuml, mcrosier, davidxl, davide.

This removes some duplication from splitCallSite and makes it easier to
add additional code dealing with each predecessor. It also allows us to
split for more than 2 predecessors, although that is not enabled for
now.


https://reviews.llvm.org/D41858

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41858.129065.patch
Type: text/x-patch
Size: 29609 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180109/fa39ef18/attachment.bin>


More information about the llvm-commits mailing list