On Mon, Nov 25, 2024 at 2:23 AM wrote:
>
> From: Pan Li
>
> This patch would like to refactor the unsigned SAT_ADD pattern when
> leverage the IFN ADD_OVERFLOW, aka:
> * Extract type check outside.
> * Re-arrange the related match pattern forms together.
> * Remove unnecessary helper pattern matc
From: Pan Li
This patch would like to refactor the unsigned SAT_ADD pattern when
leverage the IFN ADD_OVERFLOW, aka:
* Extract type check outside.
* Re-arrange the related match pattern forms together.
* Remove unnecessary helper pattern matches.
The below test suites are passed for this patch.