RFR: 8284564: Extend VectorAPI validation tests for SHIFTs and ROTATE operations with constant shift values. [v2]

Paul Sandoz psandoz at openjdk.java.net
Wed Apr 13 19:48:10 UTC 2022


On Wed, 13 Apr 2022 13:57:52 GMT, Swati Sharma <duke at openjdk.java.net> wrote:

>> Hi All,
>> 
>> Patch adds missing tests for following shifts and rotates operations with constant shift argument.
>> -  VectorOperations.LSHR
>> -  VectorOperations.ASHR
>> -  VectorOperations.LSHL
>> -  VectorOperations.ROR
>> -  VectorOperations.ROL
>> 
>> While identifying a test point for JDK-8280976 we found such cases were missing from existing vector API test suite. Kindly review and share your feedback.
>> 
>> Thanks,
>> Swati Sharma
>> Runtime Software Development Engineer 
>> Intel
>
> Swati Sharma has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8284564: Resolved review comments.

Marked as reviewed by psandoz (Reviewer).

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

PR: https://git.openjdk.java.net/jdk/pull/8180


More information about the hotspot-compiler-dev mailing list