Re: [PATCH, ARM][3/4] Epilogue using LDRD in Thumb mode

2012-10-19 Thread Richard Earnshaw
On 10/10/12 16:03, Greta Yorsh wrote: Generate epilogue using LDRD in Thumb mode when prefer_ldrd_strd is set in tune_params. ChangeLog gcc/ 2012-09-13 Sameera Deshpande Greta Yorsh * config/arm/arm.c (thumb2_emit_ldrd_pop): New function. (arm_expand_epilogue): U

[PATCH, ARM][3/4] Epilogue using LDRD in Thumb mode

2012-10-10 Thread Greta Yorsh
Generate epilogue using LDRD in Thumb mode when prefer_ldrd_strd is set in tune_params. ChangeLog gcc/ 2012-09-13 Sameera Deshpande Greta Yorsh * config/arm/arm.c (thumb2_emit_ldrd_pop): New function. (arm_expand_epilogue): Use the new function.diff --git a/gcc/config