Landing: 9285fc8b58e3

Project / Subsystem

gcc / risc-v

Date

2026-06-30

Author

Pan Li

Commit

9285fc8b58e3e8678560e059022fb5ef35073345

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
risc-v
patch_id
commit_hash
9285fc8b58e3e8678560e059022fb5ef35073345
source_type
github
headline
RISC-V: Add test cases for unsigned scalar SAT_MUL form 19
tldr
Adds test cases for RISC-V's unsigned scalar SAT_MUL instruction form 19.
author
Pan Li
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • risc-v
  • compiler
  • testing
  • instruction
discussion_id_link
bugzilla_pr
date
2026-06-30T00:00:00.000Z

This commit adds a set of test cases to verify the functionality of form 19 of the RISC-V unsigned scalar SAT_MUL (saturated multiply) instruction. These tests ensure that the compiler correctly generates code for this specific instruction form, handling various input types and sizes.