Re: [PATCH,ARM][4/5] Fix calls in cortex-a7 pipeline description

2013-01-29 Thread Ramana Radhakrishnan
On 01/25/13 18:24, Greta Yorsh wrote: Improve handling of call insns in cortex-a7 pipeline description, as follows. A call can dual-issue as a younger instruction but not as an older instruction (from compiler's point of view). This patch adjusts the function cortexa7_younger (used by the implem

[PATCH,ARM][4/5] Fix calls in cortex-a7 pipeline description

2013-01-25 Thread Greta Yorsh
Improve handling of call insns in cortex-a7 pipeline description, as follows. A call can dual-issue as a younger instruction but not as an older instruction (from compiler's point of view). This patch adjusts the function cortexa7_younger (used by the implementation of TARGET_SCHED_REORDER hook)