Integrated: 8284564: Extend VectorAPI validation tests for SHIFTs and ROTATE operations with constant shift values.

Swati Sharma duke at openjdk.java.net
Thu Apr 14 04:10:15 UTC 2022


On Mon, 11 Apr 2022 14:28:07 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

This pull request has now been integrated.

Changeset: bf85b009
Author:    Swati Sharma <swati.sharma at intel.com>
Committer: Jatin Bhateja <jbhateja at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/bf85b0095ff3ad8775501bd65e7ccf9103ecc15f
Stats:     5854 lines in 36 files changed: 5802 ins; 0 del; 52 mod

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

Reviewed-by: psandoz, jbhateja

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

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


More information about the hotspot-compiler-dev mailing list