Hi Karl, > -----Original Message----- > From: via Sourceware Forge <[email protected]> > Sent: 30 September 2025 16:51 > To: gcc-patches mailing list <[email protected]> > Cc: [email protected] > Subject: [PATCH v1 2/2] aarch64: Merge mov<ALLI>cc with mov<GPF>cc > > > From: Karl Meakin <[email protected]> > > 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(-)
