On Sun, 17 Apr 2022 at 19:07, Richard Henderson <richard.hender...@linaro.org> wrote: > > Use tcg_constant_{i32,i64,ptr} as appropriate throughout, which > means we get to remove lots of tcg_temp_free_*. Drop variables > in many cases, passing the constant directly to another function. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > target/arm/translate.c | 250 ++++++++++++++--------------------------- > 1 file changed, 84 insertions(+), 166 deletions(-)
Again, break this one up a little bit, please. thanks -- PMM