1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/test/Transforms/StructurizeCFG
Tom Stellard 213a8062a7 StructurizeCFG: Use LoopInfo analysis for better loop detection
We were assuming that each back-edge in a region represented a unique
loop, which is not always the case.  We need to use LoopInfo to
correctly determine which back-edges are loops.

llvm-svn: 223199
2014-12-03 04:28:32 +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
one-loop-multiple-backedges.ll StructurizeCFG: Use LoopInfo analysis for better loop detection 2014-12-03 04:28:32 +00:00
switch.ll StructurizeCFG: Add dependency on LowerSwitch pass 2013-10-02 17:04:59 +00:00