On Tue, Jun 18, 2024 at 5:16 PM Eduard Zingerman <eddyz87@xxxxxxxxx> wrote: > > On Tue, 2024-06-18 at 11:42 -0700, Alexei Starovoitov wrote: > > From: Alexei Starovoitov <ast@xxxxxxxxxx> > > > > Add few tests with may_goto and jumps to the 1st insn. > > > > Signed-off-by: Alexei Starovoitov <ast@xxxxxxxxxx> > > --- > > Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx> > > Nit: > I think a test with conditional jump and a test with gotol are needed as well > (or some of the tests in this patch could be modified). Ok. will add in v2. Thanks for the quick review.