Re: PING Re:[PATCH] PR 71667 - Handle live operations with DEBUG uses

2016-07-08 Thread Richard Biener
On Thu, Jul 7, 2016 at 4:35 PM, Alan Hayward wrote: > Ping. Ok. Richard. > > From: Alan Hayward > To: "gcc-patches at gcc dot gnu dot org" org> > Date: Wed, 29 Jun 2016 08:49:34 +0100 > Subject: [PATCH] PR 71667 - Handle live operations with DEBU

PING Re:[PATCH] PR 71667 - Handle live operations with DEBUG uses

2016-07-07 Thread Alan Hayward
Ping. From: Alan Hayward To: "gcc-patches at gcc dot gnu dot org" Date: Wed, 29 Jun 2016 08:49:34 +0100 Subject: [PATCH] PR 71667 - Handle live operations with DEBUG uses Authentication-results: sourceware.org; auth=none In vectorizable_live_operation() we always assume uses

[PATCH] PR 71667 - Handle live operations with DEBUG uses

2016-06-29 Thread Alan Hayward
In vectorizable_live_operation() we always assume uses a of live operation will be PHIs. However, when using -g a use of a live operation might be a DEBUG stmt. This patch avoids adding any DEBUG statments to the worklist in vectorizable_live_operation(). Also fixes comment. Tested on x86 and aar