1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00
llvm-mirror/test/Transforms/CallSiteSplitting
Roman Lebedev a354d00a71 [SimplifyCFG] Teach simplifyUnreachable() to preserve DomTree
Pretty boring, removeUnwindEdge() already known how to update DomTree,
so if we are to call it, we must first flush our own pending updates;
otherwise, we just stop predecessors from branching to us,
and for certain predecessors, stop their predecessors from
branching to them also.
2020-12-18 00:37:22 +03:00
..
callsite-instructions-before-call.ll
callsite-no-or-structure.ll
callsite-no-splitting.ll
callsite-split-callbr.ll BreakCriticalEdges for callbr indirect dests 2020-06-17 11:45:06 -07:00
callsite-split-debug.ll
callsite-split-or-phi.ll
callsite-split-preserve-debug.ll
callsite-split.ll Re-enable "[InstCombine] Simplify boolean Phis with const inputs using CFG" 2020-07-16 16:09:08 +07:00
convergent.ll
lpad.ll
musttail.ll
noduplicate.ll
split-loop.ll [SimplifyCFG] Teach simplifyUnreachable() to preserve DomTree 2020-12-18 00:37:22 +03:00