On Fri, Nov 29, 2024 at 1:35 PM wrote:
>
> From: Pan Li
>
> This patch would like to refactor the all unsigned SAT_SUB 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
From: Pan Li
This patch would like to refactor the all unsigned SAT_SUB 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 fu