Re: [PATCH] Synchronize Rocket Lake's processor_names and processor_cost_table with processor_type

2021-04-27 Thread Hongtao Liu via Gcc-patches
is patch is to synchronize Rocket Lake's processor_names and > > > processor_cost_table with processor_type. > > > > > > Bootstrap is ok, and no regressions for i386/x86-64 testsuite. > > > > > > OK for master? > > > > > > [PATCH]

Re: [PATCH] Synchronize Rocket Lake's processor_names and processor_cost_table with processor_type

2021-04-26 Thread Hongtao Liu via Gcc-patches
cessor_type. > > > > Bootstrap is ok, and no regressions for i386/x86-64 testsuite. > > > > OK for master? > > > > [PATCH] Synchronize Rocket Lake's processor_names and > > processor_cost_table with processor_type > > > > gcc/ChangeLog > > &g

Re: [PATCH] Synchronize Rocket Lake's processor_names and processor_cost_table with processor_type

2021-04-26 Thread Uros Bizjak via Gcc-patches
; > [PATCH] Synchronize Rocket Lake's processor_names and > processor_cost_table with processor_type > > gcc/ChangeLog > > * common/config/i386/i386-common.c (processor_names): > Sync processor_names with processor_type. > * config/i386/i386-options.c (proc

[PATCH] Synchronize Rocket Lake's processor_names and processor_cost_table with processor_type

2021-04-24 Thread Cui, Lili via Gcc-patches
Hi Uros, This patch is to synchronize Rocket Lake's processor_names and processor_cost_table with processor_type. Bootstrap is ok, and no regressions for i386/x86-64 testsuite. OK for master? [PATCH] Synchronize Rocket Lake's processor_names and processor_cost_table with processor_type gcc