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 -m
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 fo
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?
T