Re: [PATCH v1 2/2] Match: Refactor the unsigned SAT_ADD match pattern [NFC]

2024-11-21 Thread Richard Biener
om; tamar.christ...@arm.com; > juzhe.zh...@rivai.ai; kito.ch...@gmail.com; jeffreya...@gmail.com; > rdapp@gmail.com; Li, Pan2 > Subject: [PATCH v1 2/2] Match: Refactor the unsigned SAT_ADD match pattern > [NFC] > > From: Pan Li > > This patch would like to refacto

RE: [PATCH v1 2/2] Match: Refactor the unsigned SAT_ADD match pattern [NFC]

2024-11-21 Thread Li, Pan2
@gmail.com; Li, Pan2 Subject: [PATCH v1 2/2] Match: Refactor the unsigned SAT_ADD match pattern [NFC] From: Pan Li This patch would like to refactor the unsigned SAT_ADD pattern by: * Extract type check outside. * Extract common sub pattern. * Re-arrange the related match pattern forms together

[PATCH v1 2/2] Match: Refactor the unsigned SAT_ADD match pattern [NFC]

2024-11-11 Thread pan2 . li
From: Pan Li This patch would like to refactor the unsigned SAT_ADD pattern by: * Extract type check outside. * Extract common sub pattern. * Re-arrange the related match pattern forms together. * Remove unnecessary helper pattern matches. The below test suites are passed for this patch. * The r