RFR: 8372980: [VectorAPI] AArch64: Add intrinsic support for unsigned min/max reduction operations [v2]

Eric Fang erfang at openjdk.org
Wed Jan 21 09:42:13 UTC 2026


On Tue, 20 Jan 2026 19:23:38 GMT, Andrew Haley <aph at openjdk.org> 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


More information about the hotspot-compiler-dev mailing list