On Wed, Aug 18, 2021 at 5:18 AM Richard Henderson <[email protected]> wrote: > > Replace uses of tcg_const_* with the allocate and free close together. > > Reviewed-by: Philippe Mathieu-Daudé <[email protected]> > Reviewed-by: Alistair Francis <[email protected]> > Signed-off-by: Richard Henderson <[email protected]> > --- > target/riscv/translate.c | 36 ++++---------- > target/riscv/insn_trans/trans_rvf.c.inc | 3 +- > target/riscv/insn_trans/trans_rvv.c.inc | 65 +++++++++---------------- > 3 files changed, 34 insertions(+), 70 deletions(-) >
Reviewed-by: Bin Meng <[email protected]>
