summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopDeletion/multiple-exit-conditions.ll
Commit message (Collapse)AuthorAgeFilesLines
* Make LoopDeletion check the maximum backedge taken count, rather than theDan Gohman2009-10-231-0/+27
exact backedge taken count, when checking for infinite loops. This allows it to delete loops with multiple exit conditions. llvm-svn: 84952
OpenPOWER on IntegriCloud