forked from OSchip/llvm-project
4d21b64464
This adds and uses look-up tables for non-loop branch probabilities, which have have probabilities directly encoded into the tables for the different condition codes. Compared to having this logic inlined in different functions, as it used to be the case, I think this is compacter and thus also easier to check/cross reference. This also adds a test for pointer heuristics that was missing. Differential Revision: https://reviews.llvm.org/D114009 |
||
---|---|---|
.. | ||
basic.ll | ||
deopt-intrinsic.ll | ||
deopt-invoke.ll | ||
fcmp.ll | ||
hoist.ll | ||
libfunc_call.ll | ||
loop.ll | ||
noreturn.ll | ||
pointer_heuristics.ll | ||
pr18705.ll | ||
pr22718.ll | ||
switch.ll | ||
unreachable.ll | ||
zero_heuristics.ll |