llvm-6502/lib/Transforms
Dan Gohman 934af9cfe0 Make LoopDeletion check the maximum backedge taken count, rather than the
exact backedge taken count, when checking for infinite loops. This allows
it to delete loops with multiple exit conditions.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84952 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-23 17:10:01 +00:00
..
Hello Use raw_ostream::write_escaped instead of EscapeString. 2009-10-17 20:43:19 +00:00
Instrumentation
IPO Derive metadata hierarchy from Value instead of User. 2009-10-21 23:57:35 +00:00
Scalar Make LoopDeletion check the maximum backedge taken count, rather than the 2009-10-23 17:10:01 +00:00
Utils alternate fix for PR5258 which avoids worklist problems, with reduced testcase. 2009-10-20 20:27:49 +00:00
Makefile