On Tue, 20 Jan 2026 19:23:38 GMT, Andrew Haley <[email protected]> wrote:
> I'm sorry, I _completely_ overthought that one. All you need are definitions
> for `min[vp]` and `max[vp]` in C2_Macroassembler.
>
> Like so:
>
> `void minv(bool is_unsigned, ...) { if (is_unsigned) { uminv(... } else {
> sminv(... } }`
>
> No need to mess with class `Assembler`.
Make sense, I'll do the modification in next commit soon, thanks for your
review! @theRealAph
-------------
PR Comment: https://git.openjdk.org/jdk/pull/28693#issuecomment-3777104550