[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] target/arm: Fix sve prediate store, 8 <= VQ <= 15
From: |
Peter Maydell |
Subject: |
Re: [PATCH] target/arm: Fix sve prediate store, 8 <= VQ <= 15 |
Date: |
Fri, 23 Jun 2023 11:40:24 +0100 |
On Tue, 20 Jun 2023 at 14:47, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Brown bag time: store instead of load results in uninitialized temp.
>
> Reported-by: Mark Rutland <mark.rutland@arm.com>
> Fixes: e6dd5e782be ("target/arm: Use tcg_gen_qemu_{ld, st}_i128 in
> gen_sve_{ld, st}r")
> Tested-by: Alex Bennée <alex.bennee@linaro.org>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> --
Applied to target-arm.next (with the subject message typo
fixed and the Resolves: line added), thanks.
-- PMM