RFR: 8372978: [VectorAPI] Fix incorrect identity values in UMIN/UMAX reductions [v3]

Eric Fang erfang at openjdk.org
Tue Dec 23 07:27:36 UTC 2025


On Fri, 19 Dec 2025 22:02:03 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:

>> Hi @PaulSandoz . I've changed to using a temporary variable.
>> 
>> By the way, are you worried that the `read-after-write` optimization isn't implemented in some architectures?
>
> Or for some reason does not happen. I find it best if for the hot loops we can keep the code as focused as possible.

Got it, thanks~

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/28692#discussion_r2642240929


More information about the core-libs-dev mailing list