Re: [PATCH] sparc: Add scheduling information for LEON5

2021-09-15 Thread Daniel Cederman
Thank you for reviewing the patches! I will address your comments and push the patches after testing. Thanks again, Daniel On 2021-09-15 12:18, Eric Botcazou wrote: The LEON5 can often dual issue instructions from the same 64-bit aligned double word if there are no data dependencies. Add sched

Re: [PATCH] sparc: Add scheduling information for LEON5

2021-09-15 Thread Eric Botcazou
> The LEON5 can often dual issue instructions from the same 64-bit aligned > double word if there are no data dependencies. Add scheduling information > to avoid scheduling unpairable instructions back-to-back. > > gcc/ChangeLog: > > * config/sparc/sparc-opts.h (enum sparc_processor_type)

[PATCH] sparc: Add scheduling information for LEON5

2021-09-15 Thread Daniel Cederman
The LEON5 can often dual issue instructions from the same 64-bit aligned double word if there are no data dependencies. Add scheduling information to avoid scheduling unpairable instructions back-to-back. gcc/ChangeLog: * config/sparc/sparc-opts.h (enum sparc_processor_type): Add LEON5