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

Richard Henderson posted 2 patches 6 months, 3 weeks ago
Failed in applying to current master (apply log)
tcg/tcg-internal.h |  4 ++--
tcg/optimize.c     | 30 +++++++++++++++++++++---------
tcg/tcg.c          | 17 ++++++++++-------
3 files changed, 33 insertions(+), 18 deletions(-)
[PATCH v4.5 0/2] tcg: Fix TCGOP_TYPE in liveness_pass_2
Posted by Richard Henderson 6 months, 3 weeks ago
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(-)

-- 
2.43.0
Re: [PATCH v4.5 0/2] tcg: Fix TCGOP_TYPE in liveness_pass_2
Posted by Philippe Mathieu-Daudé 6 months, 3 weeks ago
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>