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
@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
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