Landing: 694c53bf4ac7

Project / Subsystem

binutils / aarch64

Date

2026-05-15

Author

Alice Carlotti <acarlotti@sourceware.org>

Commit

694c53bf4ac7afca71b51c3ff079036a0e7f8e8f

Source

public_inbox

Perf win

No

Breaking

No

All attributes

project
binutils
subsystem
aarch64
patch_id
commit_hash
694c53bf4ac7afca71b51c3ff079036a0e7f8e8f
source_type
public_inbox
headline
AArch64: Remove excess operand qualifiers
tldr
AArch64 instructions now have only as many operand qualifiers as they have operands.
author
Alice Carlotti <acarlotti@sourceware.org>
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • aarch64
  • assembler
  • opcode table
discussion_id_link
bugzilla_pr
date
2026-05-15T00:00:00.000Z

Some AArch64 instructions had qualifier sequences longer than the number of operands. This commit removes the unused qualifiers, cleaning up the opcode table and potentially preventing future errors.