Landing: 9cdb20d76ac5
Project / Subsystem
gcc / risc-v
Date
2026-07-20
Author
Pan Li
Commit
9cdb20d76ac54e68e5baa928919487addf3bfad2
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- risc-v
- patch_id
- —
- commit_hash
- 9cdb20d76ac54e68e5baa928919487addf3bfad2
- source_type
- github
- headline
- RISC-V: Adjust test cases following overlap changes for vwcvt.f.x[u].v
- tldr
- RISC-V test cases are adjusted to remove xfail markers due to recent changes allowing overlap in `vwcvt.f.x[u].v` instructions.
- author
- Pan Li
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • risc-v
- • rvv
- • compiler
- • test
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-20T00:00:00.000Z
Test cases for the RISC-V Vector extension have been updated to remove their ‘xfail’ status. This adjustment follows changes that now permit register overlap for the vwcvt.f.x[u].v instructions. The affected tests no longer need to be marked as expected failures because the instruction’s behavior now aligns with the modified overlap rules.