Re: [PATCH,ARM] Define MAX_CONDITIONAL_EXECUTE

2013-06-25 Thread Ramana Radhakrishnan
On Mon, Jun 17, 2013 at 12:18 PM, Greta Yorsh wrote: > This patch makes the following changes: > * Define MAX_CONDITIONAL_EXECUTE in arm backend using max_insns_skipped, > which is set based on the current tune. > * Update max_insns_skipped for Cortex-A15 tune to be 2 (instead of 5). > * Use max_i

RE: [PATCH,ARM] Define MAX_CONDITIONAL_EXECUTE

2013-06-24 Thread Greta Yorsh
; ni...@redhat.com > Subject: [PATCH,ARM] Define MAX_CONDITIONAL_EXECUTE > > This patch makes the following changes: > * Define MAX_CONDITIONAL_EXECUTE in arm backend using > max_insns_skipped, > which is set based on the current tune. > * Update max_insns_skipped for Cortex-A

[PATCH,ARM] Define MAX_CONDITIONAL_EXECUTE

2013-06-17 Thread Greta Yorsh
This patch makes the following changes: * Define MAX_CONDITIONAL_EXECUTE in arm backend using max_insns_skipped, which is set based on the current tune. * Update max_insns_skipped for Cortex-A15 tune to be 2 (instead of 5). * Use max_insns_skipped in thumb2_final_prescan_insn to decide when to com