forked from OSchip/llvm-project
dcf2651043
Splitting a loop to make range checks redundant is profitable only if the range check "never" fails. Make this fact a part of recognizing a range check -- a branch is a range check only if it is expected to pass (via branch_weights metadata). Differential Revision: http://reviews.llvm.org/D7192 llvm-svn: 227249 |
||
---|---|---|
.. | ||
bug-mismatched-types.ll | ||
multiple-access-no-preloop.ll | ||
not-likely-taken.ll | ||
single-access-no-preloop.ll | ||
single-access-with-preloop.ll | ||
unhandled.ll | ||
with-parent-loops.ll |