1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/test/Analysis/BlockFrequencyInfo
Artur Pilipenko fecfcf704c [BPI] Apply invoke heuristic before loop branch heuristic
Currently the loop branch heuristic is applied before the invoke heuristic which makes us overestimate the probability of the unwind destination of invokes inside loops. This in turn makes us grossly underestimate the frequencies of loops with invokes.

Reviewed By: skatkov, vsk

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

llvm-svn: 334285
2018-06-08 13:03:21 +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 Add heuristics for irreducible loop metadata under PGO 2017-11-20 21:03:38 +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