On Fri, 8 May 2020 at 16:22, Richard Henderson
wrote:
>
> In 1dc8425e551, while converting to gvec, I added an extra range check
> against the shift count. This was unnecessary because the encoding of
> the shift count produces 0 to the element size - 1.
>
> Signed-off-by: Richard Henderson
> --
In 1dc8425e551, while converting to gvec, I added an extra range check
against the shift count. This was unnecessary because the encoding of
the shift count produces 0 to the element size - 1.
Signed-off-by: Richard Henderson
---
target/arm/translate.c | 12 ++--
1 file changed, 2 inser