RFR: 8287925: AArch64: intrinsics for compareUnsigned method in Integer and Long [v2]

Hao Sun haosun at openjdk.org
Wed Dec 21 01:26:49 UTC 2022


On Mon, 28 Nov 2022 09:58:31 GMT, Andrew Dinn <adinn at openjdk.org> wrote:

>> Hao Sun has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   immIAddSub is always positive
>>   
>>   As commented by aph, "immIAddSub" is always positive and we needn't
>>   check the signedness.
>>   
>>   Besides, more "comparing reg with imm" test cases are added.
>
> Looks good.

Would you mind taking another look at the latest commit as suggested by aph? Thanks. @adinn

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

PR: https://git.openjdk.org/jdk/pull/11383


More information about the hotspot-compiler-dev mailing list