[vectorIntrinsics] RFR: 8283145: [vector] Add the compiler IR and aarch64 support for count leading and trailing zeros [v2]

Jatin Bhateja jbhateja at openjdk.java.net
Tue Mar 22 06:55:50 UTC 2022


On Thu, 17 Mar 2022 09:55:30 GMT, Xiaohong Gong <xgong at openjdk.org> wrote:

>> This patch adds the hotspot compiler implementations for the vector operations of count leading and trailing zeros. It adds:
>>  - two vector nodes respectively for the two vector operations
>>  - the backend implementations for aarch64 NEON and SVE
>
> Xiaohong Gong has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Address review comments in the aarch64 ad files

Common IR changes looks good to me.

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

Marked as reviewed by jbhateja (Committer).

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


More information about the panama-dev mailing list