mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
fdefc694cd
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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227249 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
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 |