RFR: 8321648: Integral gather optimized mask computation.
Tobias Hartmann
thartmann at openjdk.org
Wed Dec 13 14:33:39 UTC 2023
On Mon, 11 Dec 2023 07:26:31 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
> 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
Thanks for the clarification, Jatin. So the incorrect encoding has no real (negative) effect on code generation?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17048#issuecomment-1854024788
More information about the hotspot-compiler-dev
mailing list