[vectorIntrinsics+mask] RFR: 8271273: Java API and IR changes for masked compare operation [v3]

Jatin Bhateja jbhateja at openjdk.java.net
Mon Aug 2 13:29:20 UTC 2021


> - Re-organized the Java API implementation to use one common entry point of masked/non-masked vector compare operation.
> - Intrinsic side changes to absorb newly passed mask if target support predicated instructions else handled appropriately by performing vector AND b/w comparison result and explicit mask.

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

  8271273: Review comments + compare(v1,v2).and(m) => compare(v1,v2,m)

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

Changes:
  - all: https://git.openjdk.java.net/panama-vector/pull/103/files
  - new: https://git.openjdk.java.net/panama-vector/pull/103/files/f7a44224..b0b536de

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=panama-vector&pr=103&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=panama-vector&pr=103&range=01-02

  Stats: 59 lines in 8 files changed: 9 ins; 36 del; 14 mod
  Patch: https://git.openjdk.java.net/panama-vector/pull/103.diff
  Fetch: git fetch https://git.openjdk.java.net/panama-vector pull/103/head:pull/103

PR: https://git.openjdk.java.net/panama-vector/pull/103


More information about the panama-dev mailing list