On Wed, 2024-04-24 at 23:40 +0100, Cupertino Miranda wrote: > MUL instruction required that src_reg would be a known value (i.e. > src_reg would be a const value). The condition in this case can be > relaxed, since the range computation algorithm used in current code > already supports a proper range computation for any valid range value on > its operands. > > 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>