From: Cui,Lili Date: Sat, 24 Apr 2021 03:52:17 +0000 (+0800) Subject: Synchronize Rocket Lake's processor_names and processor_cost_table with processor_type X-Git-Tag: upstream/12.2.0~8559 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2cde2d620fc5ff60264ee825fd6eea457d7c51d9;p=platform%2Fupstream%2Fgcc.git 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 (processor_cost_table): Sync processor_cost_table with processor_type. --- diff --git a/gcc/common/config/i386/i386-common.c b/gcc/common/config/i386/i386-common.c index af3f387..e156cc3 100644 --- a/gcc/common/config/i386/i386-common.c +++ b/gcc/common/config/i386/i386-common.c @@ -1758,13 +1758,13 @@ const char *const processor_names[] = "skylake-avx512", "cannonlake", "icelake-client", - "rocketlake", "icelake-server", "cascadelake", "tigerlake", "cooperlake", "sapphirerapids", "alderlake", + "rocketlake", "intel", "geode", "k6", diff --git a/gcc/config/i386/i386-options.c b/gcc/config/i386/i386-options.c index cc7b617..64c6ef4 100644 --- a/gcc/config/i386/i386-options.c +++ b/gcc/config/i386/i386-options.c @@ -727,12 +727,12 @@ static const struct processor_costs *processor_cost_table[] = &icelake_cost, &icelake_cost, &icelake_cost, - &icelake_cost, &skylake_cost, &icelake_cost, &skylake_cost, &icelake_cost, &icelake_cost, + &icelake_cost, &intel_cost, &geode_cost, &k6_cost,