Hi Kyrill,
On 07/10/2018 10:55 AM, Kyrill Tkachov wrote:
Hi Jackson,
On 10/07/18 09:37, Jackson Woodruff wrote:
Hi all,
This patch removes some duplicated code. Since this method deals with
four loads or stores, there is a lot of duplicated code that can easily
be replaced with smaller loops.
Regtest and bootstrap OK.
OK for trunk?
This looks like a good cleanup. There are no functional changes, right?
Yes, there are no functional changes in this patch.
Looks good to me, but you'll need approval from a maintainer.
Thanks,
Kyrill
Thanks,
Jackson
Changelog:
gcc/
2018-06-28 Jackson Woodruff <jackson.woodr...@arm.com>
* config/aarch64/aarch64.c
(aarch64_operands_adjust_ok_for_ldpstp):
Use arrays instead of numbered variables.