Re: [PATCH v1] Match: Refactor the signed SAT_ADD match patterns [NFC]

2024-12-21 Thread Richard Biener
On Tue, Dec 10, 2024 at 7:30 AM wrote: > > From: Pan Li > > This patch would like to refactor the all signed SAT_ADD 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 rv64gcv fu

RE: [PATCH v1] Match: Refactor the signed SAT_ADD match patterns [NFC]

2024-12-19 Thread Li, Pan2
: [PATCH v1] Match: Refactor the signed SAT_ADD match patterns [NFC] From: Pan Li This patch would like to refactor the all signed SAT_ADD patterns, aka: * Extract type check outside. * Re-arrange the related match pattern forms together. The below test suites are passed for this patch. * The

[PATCH v1] Match: Refactor the signed SAT_ADD match patterns [NFC]

2024-12-09 Thread pan2 . li
From: Pan Li This patch would like to refactor the all signed SAT_ADD 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 full