Re: [patch][x86] skylake costs

2017-11-17 Thread Uros Bizjak
On Fri, Nov 17, 2017 at 10:18 AM, Koval, Julia wrote: > Hi, this patch introduces separate cost model for skylake-avx512. Ok for > trunk? > > gcc/ > * config/i386/i386.c (processor_target_table): Add skylake_cost for > skylake-avx512. > * config/i386/x86-tune-costs.h (skyl

[patch][x86] skylake costs

2017-11-17 Thread Koval, Julia
Hi, this patch introduces separate cost model for skylake-avx512. Ok for trunk? gcc/ * config/i386/i386.c (processor_target_table): Add skylake_cost for skylake-avx512. * config/i386/x86-tune-costs.h (skylake_memcpy, skylake_memset, skylake_cost): New. Thanks, Julia