Re: [PATCH] Fix PR88301

2018-12-05 Thread Christophe Lyon
On Tue, 4 Dec 2018 at 14:17, Richard Biener wrote: > > On Tue, 4 Dec 2018, Christophe Lyon wrote: > > > Hi Richard, > > On Mon, 3 Dec 2018 at 14:37, Richard Biener wrote: > > > > > > > > > This fixes a missed optimization in EVRP by teaching the code > > > figuring out conditional asserts about c

Re: [PATCH] Fix PR88301

2018-12-04 Thread Richard Biener
On Tue, 4 Dec 2018, Christophe Lyon wrote: > Hi Richard, > On Mon, 3 Dec 2018 at 14:37, Richard Biener wrote: > > > > > > This fixes a missed optimization in EVRP by teaching the code > > figuring out conditional asserts about conversions that preserve > > the converted value. > > > > Bootstrappe

Re: [PATCH] Fix PR88301

2018-12-04 Thread Christophe Lyon
Hi Richard, On Mon, 3 Dec 2018 at 14:37, Richard Biener wrote: > > > This fixes a missed optimization in EVRP by teaching the code > figuring out conditional asserts about conversions that preserve > the converted value. > > Bootstrapped and tested on x86_64-unknown-linux-gnu, applied to trunk > s