[PATCH v1 2/2] aarch64: Merge mov<ALLI>cc with mov<GPF>cc
Tamar Christina
Tamar.Christina@arm.com
Sat Oct 11 11:37:27 GMT 2025
Hi Karl,
> -----Original Message-----
> From: via Sourceware Forge <forge-bot@forge-test.rdfm.org>
> Sent: 30 September 2025 16:51
> To: gcc-patches mailing list <test-list@sourceware.org>
> Cc: gcc-patches@gcc.gnu.org
> Subject: [PATCH v1 2/2] aarch64: Merge mov<ALLI>cc with mov<GPF>cc
>
>
> From: Karl Meakin <karl.meakin@arm.com>
>
> The bodies of `mov<ALLI>cc` and `mov<GPF>cc` are identical, so merge
> them by using a new mode iterator that combines `ALLI` and `GPF`.
>
> gcc/ChangeLog:
>
> * config/aarch64/aarch64.md (mov<ALLI>cc): Merge with ...
> (mov<ALLI>cc): ... this.
> * config/aarch64/iterators.md(ALLI_GPF): New mode iterator.
Patch is OK.
Thanks,
Tamar
> ---
> gcc/config/aarch64/aarch64.md | 33 ++++-----------------------------
> gcc/config/aarch64/iterators.md | 4 ++++
> 2 files changed, 8 insertions(+), 29 deletions(-)
More information about the Test-list
mailing list