Re: [PATCH] tcg: Extend call args using the correct opcodes

2021-11-01 Thread Alex Bennée
Richard Henderson writes: > Pretending that the source is i64 when it is in fact i32 is > incorrect; we have type-changing opcodes that must be used. > This bug trips up the subsequent change to the optimizer. > > Fixes: 4f2331e5b67a > Signed-off-by: Richard Henderson Reviewed-by: Alex Bennée

RE: [PATCH] tcg: Extend call args using the correct opcodes

2021-10-28 Thread Luis Fernando Fujita Pires
From: Richard Henderson > Pretending that the source is i64 when it is in fact i32 is incorrect; we > have type- > changing opcodes that must be used. > This bug trips up the subsequent change to the optimizer. > > Fixes: 4f2331e5b67a > Signed-off-by: Richard Henderson > --- > > This fixes a p

Re: [PATCH] tcg: Extend call args using the correct opcodes

2021-10-28 Thread Philippe Mathieu-Daudé
On 10/28/21 20:44, Richard Henderson wrote: > Pretending that the source is i64 when it is in fact i32 is > incorrect; we have type-changing opcodes that must be used. > This bug trips up the subsequent change to the optimizer. > > Fixes: 4f2331e5b67a > Signed-off-by: Richard Henderson > --- > >