[jdk17] RFR: 8268293: VectorAPI cast operation on mask and shuffle is broken [v2]

Jatin Bhateja jbhateja at openjdk.java.net
Wed Jun 16 19:30:11 UTC 2021


> Existing implementation of VectoMask.cast and VectorShuffle.cast operation do not generate correct mask compliant with the species passed as the argument.
> 
> This patch fixes the implementation and adds the corresponding cast operation test cases to VectorAPI regression suite.

Jatin Bhateja has updated the pull request incrementally with one additional commit since the last revision:

  8268293: Moving new tests to VectorConversion tests.

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

Changes:
  - all: https://git.openjdk.java.net/jdk17/pull/39/files
  - new: https://git.openjdk.java.net/jdk17/pull/39/files/a30a834c..9e844a96

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk17&pr=39&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk17&pr=39&range=00-01

  Stats: 3509 lines in 39 files changed: 286 ins; 3222 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk17/pull/39.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk17 pull/39/head:pull/39

PR: https://git.openjdk.java.net/jdk17/pull/39


More information about the hotspot-compiler-dev mailing list