Landing: 88752b86ff1a

Project / Subsystem

gcc / aarch64

Date

2026-07-05

Author

Roger Sayle

Commit

88752b86ff1af4589c61d5bd8592b17e481ab596

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
aarch64
patch_id
commit_hash
88752b86ff1af4589c61d5bd8592b17e481ab596
source_type
github
headline
aarch64: Update patterns for new simplifications
tldr
Corrects aarch64 SIMD comparison patterns after RTL simplification.
author
Roger Sayle
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • aarch64
  • simd
  • rtl
discussion_id_link
bugzilla_pr
date
2026-07-05T00:00:00.000Z

This commit updates aarch64 SIMD comparison (cmtst) patterns to accommodate a recent RTL simplification. The simplification rule (not (neg (eq x y))) to (neg (ne x y)) caused existing aarch64 patterns to fail, breaking a test case. The patterns in aarch64-simd.md have been adjusted to recognize these new canonical forms, resolving the testsuite failure.