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]

Re: [PATCH][ARM] Disable store_minmaxsi pattern for arm_restrict_i


Ping.
https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00154.html

Thanks,
Kyrill

On 02/09/14 16:34, Kyrill Tkachov wrote:
Hi all,

The store_minmaxsi produces a cmp + ite + 2 conditional stores and is
thus inappropriate when the ARMv8-A IT block rules are in place.
Previously we had disabled it for speed optimisations, but it should be
disabled completely when -mrestrict-it is in effect.

Ok for trunk and 4.9?

Tested arm-none-eabi.

2014-09-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

      * config/arm/arm.md (*store_minmaxsi): Disable for arm_restrict_it.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]