Re: [PATCH 25/26] tcg: Introduce tcg_temp_is_normal_*

2022-11-30 Thread Ilya Leoshkevich
On Wed, Oct 05, 2022 at 08:44:20PM -0700, Richard Henderson wrote: > Allow targets to determine if a given temp will die across a branch. > > Reviewed-by: Philippe Mathieu-Daudé > Signed-off-by: Richard Henderson > --- > include/tcg/tcg-op.h | 2 ++ > include/tcg/tcg.h| 15 +++

[PATCH 25/26] tcg: Introduce tcg_temp_is_normal_*

2022-10-05 Thread Richard Henderson
Allow targets to determine if a given temp will die across a branch. Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Richard Henderson --- include/tcg/tcg-op.h | 2 ++ include/tcg/tcg.h| 15 +++ 2 files changed, 17 insertions(+) diff --git a/include/tcg/tcg-op.h b/include/t