RE: [PATCH v1] RISCV: Remove the v extension requirement for sat scalar run test

2025-07-09 Thread Li, Pan2
, 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

Re: [PATCH v1] RISCV: Remove the v extension requirement for sat scalar run test

2025-07-09 Thread Jeff Law
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

RE: [PATCH v1] RISCV: Remove the v extension requirement for sat scalar run test

2025-07-09 Thread Li, Pan2
@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

Re: [PATCH v1] RISCV: Remove the v extension requirement for sat scalar run test

2025-07-09 Thread Jeff Law
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

[PATCH v1] RISCV: Remove the v extension requirement for sat scalar run test

2025-07-08 Thread pan2 . li
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: