On Tue, 9 Jul 2019 at 15:02, Alex Bennée wrote:
>
>
> Richard Henderson writes:
>
> > On a 64-bit host, discard any replications of the 32-bit
> > sign bit when performing the shift and merge.
> >
> > Fixes: https://bugs.launchpad.net/bugs/1834496
> > Signed-off-by: Richard Henderson
>
> Reviewe
Richard Henderson writes:
> On a 64-bit host, discard any replications of the 32-bit
> sign bit when performing the shift and merge.
>
> Fixes: https://bugs.launchpad.net/bugs/1834496
> Signed-off-by: Richard Henderson
Reviewed-by: Alex Bennée
Tested-by: Alex Bennée
> ---
> tcg/optimize.c
On a 64-bit host, discard any replications of the 32-bit
sign bit when performing the shift and merge.
Fixes: https://bugs.launchpad.net/bugs/1834496
Signed-off-by: Richard Henderson
---
tcg/optimize.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tcg/optimize.c b/tcg/o