Re: [PATCH] x86: Add PROCESSOR_XXX comments to processor_cost_table

2025-06-22 Thread Jan Hubicka
21c1c673eb1e336208dc10a5d86d5c Mon Sep 17 00:00:00 2001 > From: "H.J. Lu" > Date: Mon, 23 Jun 2025 10:55:49 +0800 > Subject: [PATCH] x86: Add PROCESSOR_XXX comments to processor_cost_table > > Add a PROCESSOR_XXX comment to each entry in processor_cost_table to

Re: [PATCH] x86: Add PROCESSOR_XXX comments to processor_cost_table

2025-06-22 Thread Hongtao Liu
On Mon, Jun 23, 2025 at 11:03 AM H.J. Lu wrote: > > Add a PROCESSOR_XXX comment to each entry in processor_cost_table to > describe which processor the cost enry is applied to. Ok as obvious. > > * config/i386/i386-options.cc (processor_cost_table): Add a > PROCESSOR_XXX comment to each entry. > >

[PATCH] x86: Add PROCESSOR_XXX comments to processor_cost_table

2025-06-22 Thread H.J. Lu
2001 From: "H.J. Lu" Date: Mon, 23 Jun 2025 10:55:49 +0800 Subject: [PATCH] x86: Add PROCESSOR_XXX comments to processor_cost_table Add a PROCESSOR_XXX comment to each entry in processor_cost_table to describe which processor the cost enry is applied to. * config/i386/i386-