RFR: 8284564: Extend VectorAPI validation tests for SHIFTs and ROTATE operations with constant shift values. [v2]
Swati Sharma
duke at openjdk.java.net
Wed Apr 13 13:57:52 UTC 2022
> 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.
-------------
Changes:
- all: https://git.openjdk.java.net/jdk/pull/8180/files
- new: https://git.openjdk.java.net/jdk/pull/8180/files/378c44d2..764a3d6e
Webrevs:
- full: https://webrevs.openjdk.java.net/?repo=jdk&pr=8180&range=01
- incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=8180&range=00-01
Stats: 96 lines in 22 files changed: 0 ins; 11 del; 85 mod
Patch: https://git.openjdk.java.net/jdk/pull/8180.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/8180/head:pull/8180
PR: https://git.openjdk.java.net/jdk/pull/8180
More information about the hotspot-compiler-dev
mailing list