"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "bf98f682656888126a13b49fc8e92f3643a77eb0"
[SimplifyIndvar] Replace the srem used by IV if we can prove both of its operands are non-negative
Since now SCEV can handle 'urem', an 'urem' is a better canonical form than an 'srem' because it has well-defined behavior This is a follow up of D34598 Differential Revision: https://reviews.llvm.org/D38072 llvm-svn: 314125
Loading
Please register or sign in to comment