RFR: 8321648: Integral gather optimized mask computation.
Jatin Bhateja
jbhateja at openjdk.org
Mon Dec 11 07:36:30 UTC 2023
Hi,
This bug fix patch optimizes integral gather mask computation using cheaper instruction and fixes incorrect instruction attributes in legacy integral gather instructions.
All Vector API JTREG tests are passing with this at various AVX levels.
Kindly review and share feedback.
Best Regards,
Jatin
-------------
Commit messages:
- 8321648: Integral gather optimized mask computation.
Changes: https://git.openjdk.org/jdk/pull/17048/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17048&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8321648
Stats: 31 lines in 3 files changed: 11 ins; 14 del; 6 mod
Patch: https://git.openjdk.org/jdk/pull/17048.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17048/head:pull/17048
PR: https://git.openjdk.org/jdk/pull/17048
More information about the hotspot-compiler-dev
mailing list