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
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
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