Landing: c9512a7aa4ae
Project / Subsystem
gcc / aarch64
Date
2026-06-08
Author
Richard Sandiford
Commit
c9512a7aa4aebe0cd06e1fe2bfd7bb2462ca77b2
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- aarch64
- patch_id
- —
- commit_hash
- c9512a7aa4aebe0cd06e1fe2bfd7bb2462ca77b2
- source_type
- github
- headline
- AArch64 removes <vconq> from pattern name
- tldr
- This commit updates the instruction pattern name for AArch64 SVE vector duplication by removing a redundant suffix, reflecting a prior simplification.
- author
- Richard Sandiford
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • aarch64
- • sve
- • refactor
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-06-08T00:00:00.000Z
A recent change to the AArch64 SVE vector duplication pattern eliminated the need for the <vconq> suffix in its name. This patch removes that suffix from the *aarch64_vec_duplicate_subvector<vconsv><vconq><mode> instruction pattern definition in aarch64-sve.md, making the name consistent with the actual functionality after the associated simplification.