On Thu, Nov 6, 2025 at 8:43 AM Karl Meakin via Sourceware Forge <[email protected]> wrote: > > > From: Karl Meakin <[email protected]> > > The `mov<GPF:mode><GPI:mode>cc` expander was not used anywhere. Delete > it.
I noticed this was not used anywhere either (when was working on adding TImode comparison) and submitted a patch to remove this as I didn't notice your patch: https://gcc.gnu.org/pipermail/gcc-patches/2025-November/699378.html I don't care which version goes in since they are both the same except the commit message (mine explains the history slightly on why it is ok being removed; though that history is not important here). I am not sure about the rules around reviewers approving patches which are exactly the same as they submitted (when they came up with the patch independently). But If the rules say I can approve your patch then I approve it :). Thanks, Andrew Pinski > > gcc/ChangeLog: > > * config/aarch64/aarch64.md (mov<GPF:mode><GPI:mode>cc): Delete. > --- > gcc/config/aarch64/aarch64.md | 19 ------------------- > 1 file changed, 19 deletions(-) >
