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: [ARM] Fix reservation cortex_a8_load_store_2


On Wed, 2010-07-14 at 19:03 +0800, Jie Zhang wrote:
> I just found reservation cortex_a8_load_store_2 might not be correct. I 
> think it should reserve cortex_a8_issue_ls in the second cycle. The 
> patch is attached. I also add cortex_a8_issue_ls to the first cycle. So 
> we can remove the comment on why we don't reserve cortex_a8_issue_ls. 
> After the change, this reservation is not same as cortex_a8_multiply_2 
> any more. So I remove that comment, too.
> 
> Tested it on arm-none-eabi for NEON. Is it OK?
> 
> 
> Regards,

>         * config/arm/cortex-a8.md (cortex_a8_load_store_2): Reserve
>         cortex_a8_issue_ls.

This is OK.

R.



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