Re: RFA: fix PR66726 regression for min/max/conversion combo from PR71016 patch

2019-07-01 Thread Richard Biener
On Mon, Jul 1, 2019 at 4:05 PM Joern Wolfgang Rennecke wrote: > > [Apologies if this is a duplicate, I'm unsure if my previous mail was > delivered] > On 01/07/19 12:38, Richard Biener wrote: > > On Mon, Jul 1, 2019 at 1:22 PM Joern Wolfgang Rennecke > > wrote: > >> The heuristic introduced for P

Re: RFA: fix PR66726 regression for min/max/conversion combo from PR71016 patch

2019-07-01 Thread Joern Wolfgang Rennecke
[Apologies if this is a duplicate, I'm unsure if my previous mail was delivered] On 01/07/19 12:38, Richard Biener wrote: On Mon, Jul 1, 2019 at 1:22 PM Joern Wolfgang Rennecke wrote: The heuristic introduced for PR71016 prevents recognizing a max / min combo like it is used for saturation whe

Re: RFA: fix PR66726 regression for min/max/conversion combo from PR71016 patch

2019-07-01 Thread Richard Biener
On Mon, Jul 1, 2019 at 1:22 PM Joern Wolfgang Rennecke wrote: > > The heuristic introduced for PR71016 prevents recognizing a max / min > combo like it is used for > saturation when followed by a conversion. > The attached patch refines the heuristic to allow this case. Regression > tested on x86_