On Tue, 8 Feb 2022 at 07:17, Richard Henderson <richard.hender...@linaro.org> wrote: > > Handle 32-bit constants with a separate function, so that > tcg_out_movi_int does not need to recurse. This slightly > rearranges the order of tests for small constants, but > produces the same output. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > ---
Dropping the recursion makes this function definitely easier to reason about. Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM