mbox series

[v4.5,0/2] tcg: Fix TCGOP_TYPE in liveness_pass_2

Message ID 20250422143746.261776-1-richard.henderson@linaro.org
Headers show
Series tcg: Fix TCGOP_TYPE in liveness_pass_2 | expand

Message

Richard Henderson April 22, 2025, 2:37 p.m. UTC
This is a refresh of

  20250415192515.232910-154-richard.henderson@linaro.org
  [PATCH v4 153/163] tcg: Assign TCGOP_TYPE in liveness_pass_2

without re-posting the other 162 patches.  :-)
Adjusted as suggested by Nicholas.


r~


Richard Henderson (2):
  tcg/optimize: Introduce opt_insert_{before,after}
  tcg: Add TCGType to tcg_op_insert_{after,before}

 tcg/tcg-internal.h |  4 ++--
 tcg/optimize.c     | 30 +++++++++++++++++++++---------
 tcg/tcg.c          | 17 ++++++++++-------
 3 files changed, 33 insertions(+), 18 deletions(-)

Comments

Philippe Mathieu-Daudé April 22, 2025, 3:17 p.m. UTC | #1
On 22/4/25 16:37, Richard Henderson wrote:

> Richard Henderson (2):
>    tcg/optimize: Introduce opt_insert_{before,after}
>    tcg: Add TCGType to tcg_op_insert_{after,before}

Series:
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>