, Hongtao
Subject: Re: [PATCH v1] RISCV: Remove the v extension requirement for sat
scalar run test
On 7/9/25 7:19 PM, Li, Pan2 wrote:
>>> * gcc.target/riscv/sat/sat_u_trunc-run-6-u8.c: Ditto.
>> Spot checked. Note this uses "RISC-V" so it's not going to be
On 7/9/25 7:19 PM, Li, Pan2 wrote:
* gcc.target/riscv/sat/sat_u_trunc-run-6-u8.c: Ditto.
Spot checked. Note this uses "RISC-V" so it's not going to be picked up
in the patchwork meeting.
Oops, should be a typo here.
It does seem to be causing some testing problems:
It seems the
@gmail.com; Chen, Ken
; Liu, Hongtao
Subject: Re: [PATCH v1] RISCV: Remove the v extension requirement for sat
scalar run test
On 7/8/25 11:07 PM, pan2...@intel.com wrote:
> From: Pan Li
>
> The sat scalar run test should not require the v extension, thus
> take rv32 || rv64 inst
On 7/8/25 11:07 PM, pan2...@intel.com wrote:
From: Pan Li
The sat scalar run test should not require the v extension, thus
take rv32 || rv64 instead of riscv_v for the requirement.
The below test suites are passed for this patch series.
* The rv64gcv fully regression test.
* The rv32gcv ful
From: Pan Li
The sat scalar run test should not require the v extension, thus
take rv32 || rv64 instead of riscv_v for the requirement.
The below test suites are passed for this patch series.
* The rv64gcv fully regression test.
* The rv32gcv fully regression test.
gcc/testsuite/ChangeLog: