Re: [PATCH v1] Match: Refactor the unsigned SAT_TRUNC match patterns [NFC]

2024-12-05 Thread Richard Biener
On Thu, Dec 5, 2024 at 2:25 AM wrote: > > From: Pan Li > > This patch would like to refactor the all unsigned SAT_TRUNC patterns, > aka: > * Extract type check outside. > * Re-arrange the related match pattern forms together. OK. > The below test suites are passed for this patch. > * The rv64gc

[PATCH v1] Match: Refactor the unsigned SAT_TRUNC match patterns [NFC]

2024-12-04 Thread pan2 . li
From: Pan Li This patch would like to refactor the all unsigned SAT_TRUNC patterns, aka: * Extract type check outside. * Re-arrange the related match pattern forms together. The below test suites are passed for this patch. * The rv64gcv fully regression test. * The x86 bootstrap test. * The x86