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] Create header file to put aarch32+aarch64 cores rtx cost tables in


On 13/11/13 09:06, Kyrill Tkachov wrote:
> Hi all,
> 
> Eventually we want to share rtx cost tables between arm and aarch64 (for 
> example, for ARMv8-A cores). This patch adds an aarch-cost-tables.h file where 
> we can put them.
> 
> We move the generic cost table in there as an example. The aarch64 backend will 
> have to modified in a separate patch to include this.
> 
> Tested arm-none-eabi on qemu.
> 
> Ok for trunk?
> 
> Thanks,
> Kyrill
> 
> 2013-11-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
> 
>      * config/arm/arm.c: Include aarch-cost-tables.h.
>      (generic_extra_costs): Move from here...
>      * config/arm/aarch-cost-tables.h: ... To here.  New file.
> 

OK.

R.



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