RFR: 8283894: Intrinsify compress and expand bits on x86 [v9]

Vladimir Kozlov kvn at openjdk.java.net
Fri Jun 3 23:35:35 UTC 2022


On Fri, 3 Jun 2022 09:38:04 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:

>> Summary of changes:
>> 
>> - Patch intrinsifies following newly added Java SE APIs
>>   - Integer.compress
>>   - Integer.expand
>>   - Long.compress
>>   - Long.expand
>>   
>> - Adds C2 IR nodes and corresponding ideal transformations for new operations.
>> - We see around ~10x performance speedup due to intrinsification over X86 target. 
>> - Adds an IR framework based test to validate newly introduced IR transformations.
>> 
>> Kindly review and share your feedback.
>> 
>> Best Regards,
>> Jatin
>
> Jatin Bhateja has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 14 commits:
> 
>  - 8283894: Adding gtest based constant folding test case.
>  - Merge branch 'master' of http://github.com/openjdk/jdk into JDK-8283894
>  - Merge branch 'master' of http://github.com/openjdk/jdk into JDK-8283894
>  - 8283894: Extending new IR value routines with value propagation logic.
>  - 8283894: Disabling sanity test as per review suggestion.
>  - Merge branch 'master' of http://github.com/openjdk/jdk into JDK-8283894
>  - 8283894: Removing CompressExpandSanityTest from problem list.
>  - 8283894: Updating test tag spec.
>  - 8283894: Review comments resolved.
>  - 8283894: Add missing -XX:+UnlockDiagnosticVMOptions.
>  - ... and 4 more: https://git.openjdk.java.net/jdk/compare/407abf5d...72895639

I submitted testing.

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

PR: https://git.openjdk.java.net/jdk/pull/8498


More information about the hotspot-compiler-dev mailing list