[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 0/5] tcg: Restrict tcg_out_op() to arrays of TCG_MAX_OP_ARGS
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH 0/5] tcg: Restrict tcg_out_op() to arrays of TCG_MAX_OP_ARGS elements |
Date: |
Wed, 13 Jan 2021 16:07:23 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 |
On 1/11/21 6:22 PM, Richard Henderson wrote:
> On 1/11/21 5:01 AM, Philippe Mathieu-Daudé wrote:
>> Attempt to fix the warning reported by Miroslav using GCC 10:
>> https://www.mail-archive.com/qemu-devel@nongnu.org/msg771520.html
>>
>> Philippe Mathieu-Daudé (5):
>> tcg/arm: Hoist common argument loads in tcg_out_op()
>> tcg/ppc: Hoist common argument loads in tcg_out_op()
>> tcg/s390: Hoist common argument loads in tcg_out_op()
>> tcg: Restrict tcg_out_op() to arrays of TCG_MAX_OP_ARGS elements
>> tcg: Restrict tcg_out_vec_op() to arrays of TCG_MAX_OP_ARGS elements
>
> I've been trying to figure out a cleaner way to handle these, but this is
> certainly ok for now, and avoids the Werror.
>
> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
>
> Will queue to tcg-next.
Please hold on, Miroslav found a regression in the PPC patch.
- [PATCH 2/5] tcg/ppc: Hoist common argument loads in tcg_out_op(), (continued)
- [PATCH 2/5] tcg/ppc: Hoist common argument loads in tcg_out_op(), Philippe Mathieu-Daudé, 2021/01/11
- [PATCH 1/5] tcg/arm: Hoist common argument loads in tcg_out_op(), Philippe Mathieu-Daudé, 2021/01/11
- [PATCH 3/5] tcg/s390: Hoist common argument loads in tcg_out_op(), Philippe Mathieu-Daudé, 2021/01/11
- [RFC PATCH 4/5] tcg: Restrict tcg_out_op() to arrays of TCG_MAX_OP_ARGS elements, Philippe Mathieu-Daudé, 2021/01/11
- [RFC PATCH 5/5] tcg: Restrict tcg_out_vec_op() to arrays of TCG_MAX_OP_ARGS elements, Philippe Mathieu-Daudé, 2021/01/11
- Re: [PATCH 0/5] tcg: Restrict tcg_out_op() to arrays of TCG_MAX_OP_ARGS elements, Richard Henderson, 2021/01/11
- Re: [PATCH 0/5] tcg: Restrict tcg_out_op() to arrays of TCG_MAX_OP_ARGS elements,
Philippe Mathieu-Daudé <=