"mlir/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "6ad7b97e20c22fcfbcf95561a87f5876e3bd1d1b"
[instcombine] Collapse trivial and recurrences
If we have a recurrence of the form <Start, And, Step> we know that the value taken by the recurrence stabilizes on the first iteration (provided step is loop invariant). We can exploit that fact to remove the loop carried dependence in the recurrence. Differential Revision: https://reviews.llvm.org/D97578 (and part)
Loading
Please register or sign in to comment