Landing: 0193b66e47bc

Project / Subsystem

binutils / binutils/aarch64

Date

2026-05-15

Author

Alice Carlotti <acarlotti@sourceware.org>

Commit

0193b66e47bc11a28e00ee7800d942416416b7ca

Source

public_inbox

Perf win

No

Breaking

No

All attributes

project
binutils
subsystem
binutils/aarch64
patch_id
commit_hash
0193b66e47bc11a28e00ee7800d942416416b7ca
source_type
public_inbox
headline
AArch64: Remove dead qualifier initialisation.
tldr
Removes an unused qualifier initialization in `encode_asimd_fcvt`. No functional change.
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

In the AArch64 assembler, the encode_asimd_fcvt function initializes a variable qualifier which is then never used. This commit removes the unnecessary initialization, cleaning up the code.