forked from OSchip/llvm-project
aca738b742
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 |
||
---|---|---|
.. | ||
bad_input.ll | ||
basic.ll | ||
double_backedge.ll | ||
double_exit.ll | ||
extremely-likely-loop-successor.ll | ||
irreducible.ll | ||
irreducible_loop_crash.ll | ||
irreducible_pgo.ll | ||
loop_with_branch.ll | ||
loop_with_invoke.ll | ||
loops_with_profile_info.ll | ||
nested_loop_with_branches.ll | ||
redundant_edges.ll |