Re: [PATCH 02/11] Vect: Try the pattern of vector signed integer SAT_TRUNC

2024-10-21 Thread Richard Biener
On Mon, Oct 14, 2024 at 1:12 PM wrote: > > From: Pan Li > > Almost the same as vector unsigned integer SAT_TRUNC, try to match > the signed version during the vector pattern matching. > > The below test suites are passed for this patch. > * The rv64gcv fully regression test. > * The x86 bootstrap

[PATCH 02/11] Vect: Try the pattern of vector signed integer SAT_TRUNC

2024-10-14 Thread pan2 . li
From: Pan Li Almost the same as vector unsigned integer SAT_TRUNC, try to match the signed version during the vector pattern matching. The below test suites are passed for this patch. * The rv64gcv fully regression test. * The x86 bootstrap test. * The x86 fully regression test. gcc/ChangeLog: