[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [PATCH v2 09/48] tcg/optimize: Drop nb_oargs, nb_iargs locals
From: |
Luis Fernando Fujita Pires |
Subject: |
RE: [PATCH v2 09/48] tcg/optimize: Drop nb_oargs, nb_iargs locals |
Date: |
Wed, 20 Oct 2021 22:27:18 +0000 |
From: Richard Henderson <richard.henderson@linaro.org>
> Rather than try to keep these up-to-date across folding, re-read nb_oargs at
> the
> end, after re-reading the opcode.
>
> A couple of asserts need dropping, but that will take care of itself as we
> split the
> function further.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> tcg/optimize.c | 14 ++++----------
> 1 file changed, 4 insertions(+), 10 deletions(-)
Reviewed-by: Luis Pires <luis.pires@eldorado.org.br>
--
Luis Pires
Instituto de Pesquisas ELDORADO
Aviso Legal - Disclaimer <https://www.eldorado.org.br/disclaimer.html>
- [PATCH v2 03/48] tcg/optimize: Remove do_default label, (continued)
- [PATCH v2 03/48] tcg/optimize: Remove do_default label, Richard Henderson, 2021/10/07
- [PATCH v2 05/48] tcg/optimize: Move prev_mb into OptContext, Richard Henderson, 2021/10/07
- [PATCH v2 09/48] tcg/optimize: Drop nb_oargs, nb_iargs locals, Richard Henderson, 2021/10/07
- [PATCH v2 04/48] tcg/optimize: Change tcg_opt_gen_{mov, movi} interface, Richard Henderson, 2021/10/07
- [PATCH v2 10/48] tcg/optimize: Change fail return for do_constant_folding_cond*, Richard Henderson, 2021/10/07
- [PATCH v2 07/48] tcg/optimize: Split out copy_propagate, Richard Henderson, 2021/10/07
- [PATCH v2 14/48] tcg/optimize: Split out fold_mb, fold_qemu_{ld,st}, Richard Henderson, 2021/10/07