"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "d58c8d12ab41fa67c3947f78629282f27d66d732"
[LoopUnroll] Use LoopSize+1 as threshold, to allow unrolling loops matching LoopSize.
We use `< UP.Threshold` later on, so we should use LoopSize + 1, to allow unrolling if the result won't exceed to loop size. Fixes PR43305. Reviewers: efriedma, dmgreen, paquette Reviewed By: dmgreen Differential Revision: https://reviews.llvm.org/D67594 llvm-svn: 372084
Loading
Please register or sign in to comment