Re: [PATCH] Remove another bunch of dead assignment.

2019-07-02 Thread Jeff Law
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

Re: [PATCH] Remove another bunch of dead assignment.

2019-07-01 Thread Martin Liška
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

Re: [PATCH] Remove another bunch of dead assignment.

2019-06-27 Thread Richard Sandiford
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) >

[PATCH] Remove another bunch of dead assignment.

2019-06-27 Thread Martin Liška
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