Re: [PATCH v1] RISC-V: Fix the test case bug-3.c failure

2025-03-03 Thread Robin Dapp
LGTM. -- Regards Robin

[PATCH v1] RISC-V: Fix the test case bug-3.c failure

2025-03-03 Thread pan2 . li
From: Pan Li The bug-3.c would like to check the slli a[0-9]+, a[0-9]+, 33 for the big poly int handling. But the underlying insn may change to slli 1 + slli 32 with sorts of optimization. Thus, update the asm check to function body check with above slli 1 + slli 32 series. The below test suit