[vectorIntrinsics] RFR: 8283413: Add C2 mid-end and x86 back-end implementation for bit REVERSE and REVERSE_BYTES operation [v8]

Jatin Bhateja jbhateja at openjdk.java.net
Fri Apr 8 01:40:47 UTC 2022


> Hi All,
> 
> Patch includes following changes:-
> - New C2 IR nodes to support VectorOperations.REVERSE operation.
> - X86 backend implementation for targets supporting AVX2, AVX512 and GFNI features.
> 
> Please find below the performance data of Vector API JMH micros:-
> 
> System Configuration:
> ICX: Intel(R) Xeon(R) Platinum 8380 CPU @ 2.30GHz (40C 2S)
> CLX: Intel(R) Xeon(R) Platinum 8280 CPU @ 2.70GHz (28C 2S)
> 
> ![image](https://user-images.githubusercontent.com/59989778/159196997-fd1ae2ad-37ee-4294-9928-5764707bb456.png)
> 
> 
> 
> Kindly review and share your feedback.
> 
> Regards,
> Jatin

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

  8283413: Adding strict constraints for Reverse/ReverseBytes related transformation.

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

Changes:
  - all: https://git.openjdk.java.net/panama-vector/pull/182/files
  - new: https://git.openjdk.java.net/panama-vector/pull/182/files/a3a37a3c..7967d9d3

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=panama-vector&pr=182&range=07
 - incr: https://webrevs.openjdk.java.net/?repo=panama-vector&pr=182&range=06-07

  Stats: 21 lines in 3 files changed: 9 ins; 11 del; 1 mod
  Patch: https://git.openjdk.java.net/panama-vector/pull/182.diff
  Fetch: git fetch https://git.openjdk.java.net/panama-vector pull/182/head:pull/182

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


More information about the panama-dev mailing list