On Wed, 2024-04-17 at 13:23 +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> > --- I agree with this reasoning regarding OR/XOR processing. Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx>