Re: [PATCH] Revert to uniform vector CTOR canonicalization

2019-12-05 Thread Christophe Lyon
On Thu, 5 Dec 2019 at 12:59, Richard Biener wrote: > > On Thu, 5 Dec 2019, Christophe Lyon wrote: > > > Hi, > > > > > > On Tue, 3 Dec 2019 at 15:46, Richard Biener wrote: > > > > > > > > > The PR shows I added the bail-out prematurely. > > > > > > Bootstrapped and tested on x86_64-unknown-linux-g

Re: [PATCH] Revert to uniform vector CTOR canonicalization

2019-12-05 Thread Richard Biener
On Thu, 5 Dec 2019, Christophe Lyon wrote: > Hi, > > > On Tue, 3 Dec 2019 at 15:46, Richard Biener wrote: > > > > > > The PR shows I added the bail-out prematurely. > > > > Bootstrapped and tested on x86_64-unknown-linux-gnu, applied. > > > > Richard. > > > > 2019-12-03 Richard Biener > > >

Re: [PATCH] Revert to uniform vector CTOR canonicalization

2019-12-05 Thread Christophe Lyon
Hi, On Tue, 3 Dec 2019 at 15:46, Richard Biener wrote: > > > The PR shows I added the bail-out prematurely. > > Bootstrapped and tested on x86_64-unknown-linux-gnu, applied. > > Richard. > > 2019-12-03 Richard Biener > > PR tree-optimization/92758 > * tree-ssa-forwprop.c (simp

[PATCH] Revert to uniform vector CTOR canonicalization

2019-12-03 Thread Richard Biener
The PR shows I added the bail-out prematurely. Bootstrapped and tested on x86_64-unknown-linux-gnu, applied. Richard. 2019-12-03 Richard Biener PR tree-optimization/92758 * tree-ssa-forwprop.c (simplify_vector_constructor): Restore operation on uniform vectors. Ind