[vectorIntrinsics] RFR: 8271009: AArch64: Wrap duplicated SVE instructions into a single method [v2]

Ningsheng Jian njian at openjdk.java.net
Mon Jul 26 01:03:46 UTC 2021


On Fri, 23 Jul 2021 09:29:25 GMT, Eric Liu <eliu at openjdk.org> wrote:

>> This patch is a small cleanup. Since most of the usage of 'sve_whilelo'
>> are a pair of 'mov' and 'whilelo', this patch wraps them as a single
>> method.
>
> Eric Liu has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains two commits:
> 
>  - Merge branch 'vectorIntrinsics' into JDK-8271009
>    
>    Change-Id: Iaf1fea93910a9681c8609bcbedfbf8bd4b3291e1
>  - 8271009: AArch64: Wrap duplicated SVE instructions into a single method
>    
>    This patch is a small cleanup. Since most of the usage of 'sve_whilelo'
>    are a pair of 'mov' and 'whilelo', this patch wraps them as a single
>    method.
>    
>    Change-Id: I182592c6cfe919eccff7dcc868610f64f270e796

Looks good. Thanks!

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

Marked as reviewed by njian (Committer).

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


More information about the panama-dev mailing list