Re: [PATCH] Fix PR87561, 416.gamess slowdown

2019-03-18 Thread Richard Biener
On Fri, 15 Mar 2019, Jan Hubicka wrote: > > > > A previous patch of mine correcting the vectorizer target cost model > > to properly cost scalar FP ops vs. scalar INT ops regressed > > 416.gamess by ~10% on all modern x86 archs. > > > > The following mitigates this in the cost modeling by notici

Re: [PATCH] Fix PR87561, 416.gamess slowdown

2019-03-15 Thread Jan Hubicka
> > A previous patch of mine correcting the vectorizer target cost model > to properly cost scalar FP ops vs. scalar INT ops regressed > 416.gamess by ~10% on all modern x86 archs. > > The following mitigates this in the cost modeling by noticing > the vectorized loop in question has all loads an

[PATCH] Fix PR87561, 416.gamess slowdown

2019-03-15 Thread Richard Biener
A previous patch of mine correcting the vectorizer target cost model to properly cost scalar FP ops vs. scalar INT ops regressed 416.gamess by ~10% on all modern x86 archs. The following mitigates this in the cost modeling by noticing the vectorized loop in question has all loads and stores perf