e
> condition.
>
> I'm sending updated version of the patch.
>
> Patch can bootstrap on x86_64-linux-gnu and survives regression tests.
>
> Ready to be installed?
> Thanks,
> Martin
>
>> Richard
>>
>
> 0001-Remove-another-bunch-of-dead-assig
Ready to be installed?
Thanks,
Martin
>
> Richard
>
>From aecb58d06336baeaa86942424c3314c6020dd754 Mon Sep 17 00:00:00 2001
From: Martin Liska
Date: Thu, 27 Jun 2019 13:39:24 +0200
Subject: [PATCH] Remove another bunch of dead assignment.
gcc/ChangeLog:
2019-06-27 Martin Liska
Martin Liška writes:
> diff --git a/gcc/config/i386/i386-expand.c b/gcc/config/i386/i386-expand.c
> index d50b811d863..1bd251ea8e2 100644
> --- a/gcc/config/i386/i386-expand.c
> +++ b/gcc/config/i386/i386-expand.c
> @@ -19780,8 +19780,7 @@ ix86_expand_sse2_mulvxdi3 (rtx op0, rtx op1, rtx op2)
>
Hi.
The patch continues to remove quite obvious dead assignments
that are not used.
Patch can bootstrap on x86_64-linux-gnu and survives regression tests.
Ready to be installed?
Thanks,
Martin
gcc/ChangeLog:
2019-06-27 Martin Liska
* config/i386/i386-expand.c (ix86_expand_sse2_mulv