Landing: 15fd8d8b5b5b

Project / Subsystem

gcc / risc-v

Date

2026-07-18

Author

Pan Li

Commit

15fd8d8b5b5b4abf181d7440ac1e05119e936fb9

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
risc-v
patch_id
commit_hash
15fd8d8b5b5b4abf181d7440ac1e05119e936fb9
source_type
github
headline
RISC-V: Split PR112431-13 test into two files.
tldr
RISC-V test split to ensure correct handling of vector instructions.
author
Pan Li
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • risc-v
  • test
discussion_id_link
bugzilla_pr
date
2026-07-18T00:00:00.000Z

This commit splits a RISC-V test case into two files to properly isolate and test the vfwcvt_x_f_v and vfwcvt_rtz_x_f_v instructions. Previously, these instructions shared a file, leading to issues with CSRR scanning when overlap was enabled. Separating them ensures that each instruction’s behavior is tested independently under the intended overlap conditions.