Re: Zen tuning part 6: Break up CPU specific tuning bits to central place

2017-10-14 Thread Jakub Jelinek
On Tue, Oct 10, 2017 at 11:41:20PM +0200, Jan Hubicka wrote: > it is common mistake to forget updating CPU spefic bits in i386.c while doing > new CPU tuning. It is understandble given how large i386.c is and how well > those are hidden. This patch moves majority of CPU specific bits into > x86-t

Re: Zen tuning part 6: Break up CPU specific tuning bits to central place

2017-10-11 Thread Uros Bizjak
Hello! > * i386/i386.c Move all CPU cost tables to x86-tune-costs.h > (COSTS_N_BYTES): Move to x86-tune-costs.h > (DUMMY_STRINGOP_ALGS):x86-tune-costs.h Missing full stops. Partial sentence in the last one. > (TARGET_SCHED_DISPATCH): Move to ix86-tnue-sched-bd.c. > (TARGET_SCHED_DISPATCH_DO): M