On Wed, 2024-04-24 at 23:40 +0100, Cupertino Miranda wrote: > Range for XOR and OR operators would not be attempted unless src_reg > would resolve to a single value, i.e. a known constant value. > This condition is unnecessary, and the following XOR/OR operator > handling could compute a possible better range. > > Signed-off-by: Cupertino Miranda <cupertino.miranda@xxxxxxxxxx > Cc: Yonghong Song <yonghong.song@xxxxxxxxx> > Cc: Alexei Starovoitov <alexei.starovoitov@xxxxxxxxx> > Cc: David Faust <david.faust@xxxxxxxxxx> > Cc: Jose Marchesi <jose.marchesi@xxxxxxxxxx> > Cc: Elena Zannoni <elena.zannoni@xxxxxxxxxx> > --- Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx> (Please copy ack's from previous versions of the patch if there were no significant changes, it makes its easier to review subsequent versions). [...]