RFR: 8346174: UMAX/UMIN are missing from XXXVector::reductionOperations [v2]

Paul Sandoz psandoz at openjdk.org
Fri Dec 13 21:25:49 UTC 2024


On Fri, 13 Dec 2024 18:48:31 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:

>> Paul Sandoz has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Merge checks
>
> src/hotspot/share/opto/vectorIntrinsics.cpp line 1388:
> 
>> 1386:   int opc  = VectorSupport::vop2ideal(opr->get_con(), elem_bt);
>> 1387:   int sopc = ReductionNode::opcode(opc, elem_bt);
>> 1388:   if (sopc == opc) {
> 
> Can you merge this with the following `if`?

Yes, i merged them.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22741#discussion_r1884556079


More information about the hotspot-compiler-dev mailing list