This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, ARM] Add v7m specific extra rtx cost table


On 28/11/13 10:34, Terry Guo wrote:
> Hello,
> 
> This patch intends to add a specific extra rtx cost table for v7-m profile
> targets. Tested with gcc regression test, no new regressions. Is it OK to
> trunk?
> 
> BR,
> Terry
> 
> 2013-11-28  Terry Guo  <terry.guo@arm.com>
> 
>            * config/arm/aarch-cost-tables.h (v7m_extra_costs): New table.
> 

You haven't mentioned the change in arm.c

> 
> m4-extra-cost-table-upstream-v1.txt
> 
> 
> diff --git a/gcc/config/arm/aarch-cost-tables.h b/gcc/config/arm/aarch-cost-tables.h
> index d3e7dd2..52e18a1 100644
> --- a/gcc/config/arm/aarch-cost-tables.h
> +++ b/gcc/config/arm/aarch-cost-tables.h
> @@ -223,5 +223,105 @@ const struct cpu_cost_table cortexa53_extra_costs =
>  };
>  
>  
> +const struct cpu_cost_table v7m_extra_costs =

As Kyrill says, this should be in arm.c

OK with that change.

R.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]