llvm-6502/test/Transforms/StructurizeCFG
Tom Stellard 857550322c 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223199 91177308-0d34-0410-b5e6-96231b3b80d8
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