Re: [PATCH] Fix ICE in vectorizable_live_operation

2020-10-15 Thread Richard Biener
On Thu, 15 Oct 2020, Jeff Law wrote: > > On 10/15/20 3:49 AM, Richard Biener wrote: > > This fixes the case where the insertion iterator for the live stmt > > is the end of a BB by adjusting the dominance query to the definition > > of the def we're substituting. > > > > Bootstrapped and tested o

Re: [PATCH] Fix ICE in vectorizable_live_operation

2020-10-15 Thread Jeff Law via Gcc-patches
On 10/15/20 3:49 AM, Richard Biener wrote: > This fixes the case where the insertion iterator for the live stmt > is the end of a BB by adjusting the dominance query to the definition > of the def we're substituting. > > Bootstrapped and tested on x86_64-unknown-linux-gnu, pushed. > > 2020-10-15

[PATCH] Fix ICE in vectorizable_live_operation

2020-10-15 Thread Richard Biener
This fixes the case where the insertion iterator for the live stmt is the end of a BB by adjusting the dominance query to the definition of the def we're substituting. Bootstrapped and tested on x86_64-unknown-linux-gnu, pushed. 2020-10-15 Richard Biener * tree-vect-loop.c (vectorizab