llvm-6502/test/Analysis/BlockFrequencyInfo
Duncan P. N. Exon Smith 1a283409bc BFI: Saturate when combining edges to a successor
When a loop gets bundled up, its outgoing edges are quite large, and can
just barely overflow 64-bits.  If one successor has multiple incoming
edges -- and that successor is getting all the incoming mass --
combining just its edges can overflow.  Handle that by saturating rather
than asserting.

This fixes PR21622.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223500 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-05 19:13:42 +00:00
..
bad_input.ll Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" 2014-04-21 17:57:07 +00:00
basic.ll Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" 2014-04-21 17:57:07 +00:00
double_backedge.ll blockfreq: Only one mass distribution per node 2014-04-25 04:38:43 +00:00
double_exit.ll Fix typos 2014-05-15 01:52:21 +00:00
extremely-likely-loop-successor.ll BFI: Saturate when combining edges to a successor 2014-12-05 19:13:42 +00:00
irreducible.ll Reapply "blockfreq: Approximate irreducible control flow" 2014-04-28 20:02:29 +00:00
loop_with_branch.ll Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" 2014-04-21 17:57:07 +00:00
nested_loop_with_branches.ll Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" 2014-04-21 17:57:07 +00:00