[PATCH][AArch64][obvious] In aarch64_class_max_nregs use UNITS_PER_VREG and UNITS_PER_WORD

Kyrill Tkachov kyrylo.tkachov@arm.com
Wed May 20 12:02:00 GMT 2015


Hi all,

This patch replaces 15, 16, 7 and 8 in aarch64_class_max_nregs with the macro that they represent.
This should make the logic of that function easier to understand.

Bootstrapped and tested on aarch64.
Applying as obvious.

2015-05-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>

     * config/aarch64/aarch64.c (aarch64_class_max_nregs):
     Use UNITS_PER_VREG and UNITS_PER_WORD instead of their direct
     values.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: aarch64-units-vreg.patch
Type: text/x-patch
Size: 850 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20150520/d2caf37e/attachment.bin>


More information about the Gcc-patches mailing list