Landing: dfaa6336059d
Project / Subsystem
binutils / binutils/aarch64
Date
2026-05-15
Author
Alice Carlotti <acarlotti@sourceware.org>
Commit
dfaa6336059d14499aefbd433de5b2b473ad33e9
Source
public_inbox
Perf win
No
Breaking
No
All attributes
- project
- binutils
- subsystem
- binutils/aarch64
- patch_id
- —
- commit_hash
- dfaa6336059d14499aefbd433de5b2b473ad33e9
- source_type
- public_inbox
- headline
- AArch64: Remove unused operand ADDR_SIMM9_2.
- tldr
- Removes the unused ADDR_SIMM9_2 operand from the AArch64 assembler, cleaning up the code.
- author
- Alice Carlotti <acarlotti@sourceware.org>
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • aarch64
- • assembler
- • code cleanup
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-15T00:00:00.000Z
The ADDR_SIMM9_2 operand in the AArch64 assembler has been unused since changes in load/store register handling. This commit removes the operand definition, simplifying the code and reducing potential confusion.