On Thu, Nov 6, 2025 at 8:51 AM Karl Meakin via Sourceware Forge <[email protected]> wrote: > > > From: Karl Meakin <[email protected]> > > The checks for `code == UNEQ || code == LTGT` are unecessary, because > they are already excluded by `aarch64_comparison_operator`
Ok. > > gcc/ChangeLog: > > * config/aarch64/aarch64.md (mov<ALLI_GPF:mode>): Delete > redundant check. > (mov<GPF:mode><GPI:mode>cc): Likewise. > (<neg_not_op><mode>cc): Likewise. > --- > gcc/config/aarch64/aarch64.md | 8 +------- > 1 file changed, 1 insertion(+), 7 deletions(-) >
