This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Hi all, With this patch, we now only use the store_minmaxsi pattern when we're not in a hot path. We have found that this pattern can cause memory access bottlenecks in some cases (one benchmark was 45% slower when this pattern was enabled). Tested arm-none-eabi on qemu. Ok for trunk? Thanks, Kyrill 2013-04-29 Kyrylo Tkachov <kyrylo.tkachov@arm.com> * config/arm/arm.md (store_minmaxsi): Use only when optimize_insn_for_size_p.
Attachment:
disable_store_minmaxsi.patch
Description: Binary data
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |