On Thu, Jan 13, 2022 at 2:58 PM Andrew MacLeod via Gcc-patches <gcc-patches@gcc.gnu.org> wrote: > > A quick addition to range ops for > > LHS = OP1 >> OP2 > > if OP1 and OP2 are both >= 0, then we can register the relation LHS > <= OP1 and all the expected good things happen. > > Bootstrapped on x86_64-pc-linux-gnu with no regressions. > > OK for trunk?
OK. > > Andrew