arm.h (MAX_CONDITIONAL_EXECUTE): Define macro.
authorGreta Yorsh <greta.yorsh@arm.com>
Wed, 26 Jun 2013 09:40:40 +0000 (10:40 +0100)
committerGreta Yorsh <gretay@gcc.gnu.org>
Wed, 26 Jun 2013 09:40:40 +0000 (10:40 +0100)
commitb24a2ce5b25b5009ac9371b474d25aefc653ebb7
tree945abfb6f7a7a6873628f9c827fe95234062c366
parent1a3fab15bcbd41b0ad326124c49eb62c67287bb2
arm.h (MAX_CONDITIONAL_EXECUTE): Define macro.

2013-06-26  Greta Yorsh  <Greta.Yorsh@arm.com>

* config/arm/arm.h (MAX_CONDITIONAL_EXECUTE): Define macro.
* config/arm/arm-protos.h (arm_max_conditional_execute): New
declaration.
(tune_params): Update comment.
* config/arm/arm.c (arm_cortex_a15_tune): Set max_cond_insns to 2.
(arm_max_conditional_execute): New function.
(thumb2_final_prescan_insn): Use max_insn_skipped and
MAX_INSN_PER_IT_BLOCK to compute maximum instructions in a block.

From-SVN: r200419
gcc/ChangeLog
gcc/config/arm/arm-protos.h
gcc/config/arm/arm.c
gcc/config/arm/arm.h