Re: [PATCH, x86] X86 Silvermont vector cost model tune

2014-03-05 Thread Evgeny Stupachenko
slm_cost/intel_cost and TARGET_SLOW_PSHUFB are just preparation to a next vectorization patch. Changes in ix86_add_stmt_cost gives real performance to Silvermont. Let's move all to stage1. On Wed, Mar 5, 2014 at 9:29 PM, Uros Bizjak wrote: > On Wed, Mar 5, 2014 at 5:46 PM, H.J. Lu wrote: >> On W

Re: [PATCH, x86] X86 Silvermont vector cost model tune

2014-03-05 Thread Uros Bizjak
On Wed, Mar 5, 2014 at 5:46 PM, H.J. Lu wrote: > On Wed, Mar 5, 2014 at 7:58 AM, Evgeny Stupachenko wrote: >> Hi, >> >> The patch is for x86 Silvermont. >> It improves x86 Silvermont vector cost model. >> It gives +20% on facerec spec on Silvermont. >> It passes make check and bootstrap on x86. >

Re: [PATCH, x86] X86 Silvermont vector cost model tune

2014-03-05 Thread H.J. Lu
On Wed, Mar 5, 2014 at 7:58 AM, Evgeny Stupachenko wrote: > Hi, > > The patch is for x86 Silvermont. > It improves x86 Silvermont vector cost model. > It gives +20% on facerec spec on Silvermont. > It passes make check and bootstrap on x86. > > Is this patch ok for stage1? > > ChangeLog: > > 2014-

[PATCH, x86] X86 Silvermont vector cost model tune

2014-03-05 Thread Evgeny Stupachenko
Hi, The patch is for x86 Silvermont. It improves x86 Silvermont vector cost model. It gives +20% on facerec spec on Silvermont. It passes make check and bootstrap on x86. Is this patch ok for stage1? ChangeLog: 2014-03-05 Evgeny Stupachenko * config/i386/x86-tune.def (TARGET_SLOW_PSHUFB