Landing: e71bf6aa5a92
Project / Subsystem
binutils / binutils/aarch64
Date
2026-05-15
Author
Alice Carlotti <acarlotti@sourceware.org>
Commit
e71bf6aa5a92ad40a4e0b2980f4c6e2955f86025
Source
public_inbox
Perf win
No
Breaking
No
All attributes
- project
- binutils
- subsystem
- binutils/aarch64
- patch_id
- —
- commit_hash
- e71bf6aa5a92ad40a4e0b2980f4c6e2955f86025
- source_type
- public_inbox
- headline
- AArch64: Add an assert to inherent_reg_qualifier.
- tldr
- The default case in `inherent_reg_qualifier` is unreachable, so replace it with an assert.
- author
- Alice Carlotti <acarlotti@sourceware.org>
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • aarch64
- • assembler
- • bugfix
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-15T00:00:00.000Z
In the AArch64 assembler, the inherent_reg_qualifier function determines the operand qualifier associated with a given register. The default case in this function should be unreachable. This commit replaces the default case with an assert to catch unexpected behavior during development.