Landing: 5453f858146e

Project / Subsystem

gcc / risc-v

Date

2026-07-19

Author

Pan Li

Commit

5453f858146e60204fa3cc0fd01d9ab38ea837cc

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
risc-v
patch_id
commit_hash
5453f858146e60204fa3cc0fd01d9ab38ea837cc
source_type
github
headline
RISC-V: Remove xfail markers for vector instruction overlap tests.
tldr
Test cases for RVV vector instruction overlap are no longer marked as expected failures.
author
Pan Li
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • risc-v
  • rvv
  • vector
  • testsuite
discussion_id_link
bugzilla_pr
date
2026-07-19T00:00:00.000Z

This commit removes the xfail markers from several RISC-V Vector (RVV) test cases. The tests, which previously failed due to perceived register overlap issues with the vwcvt.f.f.v instruction, no longer require this designation following recent adjustments to the instruction’s overlap handling. The change reflects an update in the understanding or implementation of register allocation for these vector operations.