llvm-project/llvm/test/Transforms/StructurizeCFG
Tom Stellard 1f0dded057 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