1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/test/Transforms/StructurizeCFG
Matt Arsenault 35acaad8c7 StructurizeCFG: Fix verification failure with some loops.
If the beginning of the loop was also the entry block
of the function, branches were inserted to the entry block
which isn't allowed. If this occurs, create a new dummy
function entry block that branches to the start of the loop.

llvm-svn: 195493
2013-11-22 19:24:39 +00:00
..
branch-on-argument.ll StructurizeCFG: Fix inverting a branch on an argument 2013-11-22 19:24:37 +00:00
loop-multiple-exits.ll
no-branch-to-entry.ll StructurizeCFG: Fix verification failure with some loops. 2013-11-22 19:24:39 +00:00
switch.ll StructurizeCFG: Add dependency on LowerSwitch pass 2013-10-02 17:04:59 +00:00