Re: [PATCH] x86: Fold arch_names_table into processor_alias_table

2020-06-24 Thread H.J. Lu via Gcc-patches
(pta): Add model and priority. > > (num_arch_names): New. > > LGTM. > > Thanks, > Uros. This is the patch I am checking in. Thanks. -- H.J. From e4d03220e495f8b316d088b49a9143a13b8180d4 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Tue, 23 Jun 2020 12:49:32 -0700

Re: [PATCH] x86: Fold arch_names_table into processor_alias_table

2020-06-24 Thread Uros Bizjak via Gcc-patches
[CC list removed, it is not shown in archives] > In i386-builtins.c, arch_names_table is used to to map architecture name > string to internal model. A switch statement is used to map internal > processor name to architecture name string and internal priority. > > model and priority are added to

[PATCH] x86: Fold arch_names_table into processor_alias_table

2020-06-23 Thread H.J. Lu via Gcc-patches
In i386-builtins.c, arch_names_table is used to to map architecture name string to internal model. A switch statement is used to map internal processor name to architecture name string and internal priority. model and priority are added to processor_alias_table so that a single entry contains arc