Re: [PATCH] expand: Remove unsignedp argument from get_compare_parts [PR118090]

2025-05-01 Thread Richard Biener
On Thu, May 1, 2025 at 9:45 PM Andrew Pinski wrote: > > While helping Eikansh with a patch to ccmp, it was noticed that the > result stored in the up pointer that gets passed to get_compare_parts > was unused on all call sites. > It was always unused since get_compare_parts was added in > r8-1717-

[PATCH] expand: Remove unsignedp argument from get_compare_parts [PR118090]

2025-05-01 Thread Andrew Pinski
While helping Eikansh with a patch to ccmp, it was noticed that the result stored in the up pointer that gets passed to get_compare_parts was unused on all call sites. It was always unused since get_compare_parts was added in r8-1717-gf580a969d7fbab. It looks it was not noticed it became unused whe