Landing: 9c0b9c4d841a

Project / Subsystem

binutils / binutils/aarch64

Date

2026-05-15

Author

Alice Carlotti <acarlotti@sourceware.org>

Commit

9c0b9c4d841a34d8300aac9e86c6bcf5fcda19e3

Source

public_inbox

Perf win

No

Breaking

No

All attributes

project
binutils
subsystem
binutils/aarch64
patch_id
commit_hash
9c0b9c4d841a34d8300aac9e86c6bcf5fcda19e3
source_type
public_inbox
headline
AArch64: Remove unused operand SM3_IMM2.
tldr
Removes the unused `SM3_IMM2` operand from the AArch64 assembler.
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 SM3_IMM2 operand was intended for sm3tt* instructions in the AArch64 assembler, but these instructions were implemented using the Em operand instead. This commit removes the unused SM3_IMM2 operand, simplifying the code and removing a potential source of confusion.