+2015-01-21 Bin Cheng <bin.cheng@arm.com>
+
+ * config/arm/arm.c (arm_cortex_a53_tune, arm_cortex_a57_tune): Prefer
+ neon on aarch32 processors for stringops.
+
2015-01-19 Jan Hubicka <hubicka@ucw.cz>
PR ipa/63576
&arm_default_vec_cost, /* Vectorizer costs. */
false, /* Prefer Neon for 64-bits bitops. */
false, false, /* Prefer 32-bit encodings. */
- false, /* Prefer Neon for stringops. */
+ true, /* Prefer Neon for stringops. */
8, /* Maximum insns to inline memset. */
ARM_FUSE_MOVW_MOVT, /* Fuseable pairs of instructions. */
ARM_SCHED_AUTOPREF_OFF /* Sched L2 autopref. */
&arm_default_vec_cost, /* Vectorizer costs. */
false, /* Prefer Neon for 64-bits bitops. */
true, true, /* Prefer 32-bit encodings. */
- false, /* Prefer Neon for stringops. */
+ true, /* Prefer Neon for stringops. */
8, /* Maximum insns to inline memset. */
ARM_FUSE_MOVW_MOVT, /* Fuseable pairs of instructions. */
ARM_SCHED_AUTOPREF_FULL /* Sched L2 autopref. */