Landing: a41481d8f6f4
Project / Subsystem
gcc / risc-v
Date
2026-07-11
Author
Pan Li
Commit
a41481d8f6f4fea37965b9bb62b200bfd14ffe8c
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- risc-v
- patch_id
- —
- commit_hash
- a41481d8f6f4fea37965b9bb62b200bfd14ffe8c
- source_type
- github
- headline
- RISC-V: Adjust scan asm for v[sz]ext.vf2 for v[123]
- tldr
- Modifies RISC-V vector test cases for v[sz]ext.vf2 to prevent unintended matches with register numbers.
- author
- Pan Li
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • risc-v
- • vector
- • test
- • assembly
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-11T00:00:00.000Z
Several test cases for RISC-V vector instructions like v[sz]ext.vf2 have been updated. A non-numeric boundary has been added to the assembly scan to ensure that these instructions do not incorrectly match register numbers such as ‘v12’ when ‘v1’ is intended.