Ping.
Marcus: Uros pointed out to me that these kinds of changes are
considered obvious
(with precedent athttps://gcc.gnu.org/ml/gcc-patches/2014-12/msg00309.html)
but did you have some concerns about backporting to other branches?
Kyrill
On 05/12/14 16:40, Kyrill Tkachov wrote:
Ping.
https://gcc.gnu.org/ml/gcc-patches/2014-11/msg01426.html
Thanks,
Kyrill
On 27/11/14 15:37, Kyrill Tkachov wrote:
Ping.
Thanks,
Kyrill
On 13/11/14 09:42, Kyrill Tkachov wrote:
Hi all,
Following the trend in i386 and alpha, this patch uses std::swap to
perform swapping of values in the aarch64 backend instead of declaring
temporaries.
Tested and bootstrapped on aarch64-linux.
Ok for trunk?
Thanks,
Kyrill
2014-11-13 Kyrylo Tkachov <[email protected]>
* config/aarch64/aarch64.c (aarch64_evpc_ext): Use std::swap instead
of manual swapping implementation.
(aarch64_expand_vec_perm_const_1): Likewise.