RFR: 8349582: APX NDD code generation for OpenJDK [v16]
duke
duke at openjdk.org
Mon Mar 24 16:44:22 UTC 2025
On Mon, 24 Mar 2025 16:02:46 GMT, Srinivas Vamsi Parasa <sparasa at openjdk.org> wrote:
>> The goal of this PR is to generate x86 code using Intel Advanced Performance Extensions (APX) instructions which doubles the number of general-purpose registers, from 16 to 32. Intel APX adds nondestructive destination (NDD) and no flags (NF) flavor for the scalar instructions through EVEX encoding.
>>
>> For more information about APX, see https://www.intel.com/content/www/us/en/developer/articles/technical/advanced-performance-extensions-apx.html.
>
> Srinivas Vamsi Parasa has updated the pull request incrementally with one additional commit since the last revision:
>
> Update copyright years in test/hotspot/gtest/x86/x86-asmtest.py
>
> Co-authored-by: Emanuel Peter <emanuel.peter at oracle.com>
@vamsi-parasa
Your change (at version 06c52ce3db3a426d2d3d020a884609f81a9bad5a) is now ready to be sponsored by a Committer.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/23501#issuecomment-2748759246
More information about the hotspot-compiler-dev
mailing list