1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/test/Analysis/BlockFrequencyInfo
Easwaran Raman 89a18d93a9 [BFI] Use rounding while computing profile counts.
Summary:
Profile count of a block is computed by multiplying its block frequency
by entry count and dividing the result by entry block frequency. Do
rounded division in the last step and update test cases appropriately.

Reviewers: davidxl

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D50822

llvm-svn: 339835
2018-08-16 00:26:59 +00:00
..
bad_input.ll
basic.ll
double_backedge.ll
double_exit.ll
extremely-likely-loop-successor.ll
irreducible_loop_crash.ll
irreducible_pgo.ll [BFI] Use rounding while computing profile counts. 2018-08-16 00:26:59 +00:00
irreducible.ll
loop_with_branch.ll
loop_with_invoke.ll [BPI] Apply invoke heuristic before loop branch heuristic 2018-06-08 13:03:21 +00:00
loops_with_profile_info.ll
nested_loop_with_branches.ll
redundant_edges.ll Revert part of "Cleanup some GraphTraits iteration code" 2017-12-08 22:42:43 +00:00