> -----Original Message-----
> From: Richard Henderson <richard.hender...@linaro.org>
> Sent: Sunday, February 26, 2023 10:24 PM
> To: qemu-devel@nongnu.org
> Cc: qemu-...@nongnu.org; qemu-...@nongnu.org; qemu-
> ri...@nongnu.org; qemu-s3...@nongnu.org; jcmvb...@gmail.com;
> kbast...@mail.uni-paderborn.de; ys...@users.sourceforge.jp;
> gaos...@loongson.cn; jiaxun.y...@flygoat.com; Taylor Simpson
> <tsimp...@quicinc.com>; a...@rev.ng; mrol...@gmail.com;
> edgar.igles...@gmail.com
> Subject: [PATCH v2 27/76] target/hexagon/idef-parser: Drop tcg_temp_free
> 
> Translators are no longer required to free tcg temporaries.
> This removes gen_rvalue_free, gen_rvalue_free_manual and
> free_variables, whose only purpose was to emit tcg_temp_free.
> 
> Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
> ---
>  target/hexagon/idef-parser/README.rst       |   8 --
>  target/hexagon/idef-parser/parser-helpers.h |   4 -
>  target/hexagon/idef-parser/parser-helpers.c | 142 --------------------
>  target/hexagon/idef-parser/idef-parser.y    |  10 --
>  4 files changed, 164 deletions(-)

Reviewed-by: Taylor Simpson <tsimp...@quicinc.com>


Reply via email to