> OK for the trunk. Sorry for the delay. Never mind, thanks Jeff and Happ New Year, 😉!
Pan -----Original Message----- From: Jeff Law <jeffreya...@gmail.com> Sent: Tuesday, January 7, 2025 9:32 PM To: Li, Pan2 <pan2...@intel.com>; gcc-patches@gcc.gnu.org Cc: richard.guent...@gmail.com; tamar.christ...@arm.com; juzhe.zh...@rivai.ai; kito.ch...@gmail.com; rdapp....@gmail.com Subject: Re: [PATCH v1 1/4] Match: Refactor the signed SAT_SUB match patterns [NFC] On 1/6/25 7:47 PM, Li, Pan2 wrote: > Kindly ping for the series> > Pan > > -----Original Message----- > From: Li, Pan2 > Sent: Monday, December 23, 2024 3:09 PM > To: gcc-patches@gcc.gnu.org > Cc: richard.guent...@gmail.com; tamar.christ...@arm.com; > juzhe.zh...@rivai.ai; kito.ch...@gmail.com; jeffreya...@gmail.com; > rdapp....@gmail.com > Subject: RE: [PATCH v1 1/4] Match: Refactor the signed SAT_SUB match patterns > [NFC] > > Kindly ping for this series, and Merry Christmas! > > Pan > > -----Original Message----- > From: Li, Pan2 <pan2...@intel.com> > Sent: Thursday, December 12, 2024 4:42 PM > To: gcc-patches@gcc.gnu.org > Cc: richard.guent...@gmail.com; tamar.christ...@arm.com; > juzhe.zh...@rivai.ai; kito.ch...@gmail.com; jeffreya...@gmail.com; > rdapp....@gmail.com; Li, Pan2 <pan2...@intel.com> > Subject: [PATCH v1 1/4] Match: Refactor the signed SAT_SUB match patterns > [NFC] > > From: Pan Li <pan2...@intel.com> > > 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 fully regression test. > > gcc/ChangeLog: > > * match.pd: Refactor sorts of signed SAT_SUB match patterns. OK for the trunk. Sorry for the delay. jeff