llvm-project/llvm/test/Transforms/CallSiteSplitting
Florian Hahn c6c89bffdc [CallSiteSplitting] Pass list of (BB, Conditions) pairs to splitCallSite.
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.

Reviewers: junbuml, mcrosier, davidxl, davide

Reviewed By: junbuml

Differential Revision: https://reviews.llvm.org/D41858

llvm-svn: 322599
2018-01-16 22:13:15 +00:00
..
callsite-no-or-structure.ll [CallSiteSplitting] Pass list of (BB, Conditions) pairs to splitCallSite. 2018-01-16 22:13:15 +00:00
callsite-no-splitting.ll [CallSiteSplitting] Remove isOrHeader restriction. 2017-12-23 20:02:26 +00:00
callsite-split-debug.ll [CallSiteSplitting] Pass list of (BB, Conditions) pairs to splitCallSite. 2018-01-16 22:13:15 +00:00
callsite-split-or-phi.ll [CallSiteSplitting] Pass list of (BB, Conditions) pairs to splitCallSite. 2018-01-16 22:13:15 +00:00
callsite-split.ll [CallSiteSplitting] Pass list of (BB, Conditions) pairs to splitCallSite. 2018-01-16 22:13:15 +00:00