[vectorIntrinsics] RFR: 8265196: Add LoadShuffle nodes implementation for Arm SVE [v3]
Wang Huang
whuang at openjdk.java.net
Thu Apr 15 11:04:19 UTC 2021
On Thu, 15 Apr 2021 09:37:42 GMT, Xiaohong Gong <xgong at openjdk.org> wrote:
>> Wang Huang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> enhancement of loadshuffleB
>
> src/hotspot/cpu/aarch64/aarch64_sve.ad line 3986:
>
>> 3984: ins_encode %{
>> 3985: __ sve_orr(as_FloatRegister($dst$$reg), as_FloatRegister($src$$reg), as_FloatRegister($src$$reg));
>> 3986: %}
>
> No need to emit the move if dst and src are the same register?
OK. Thanks. I will fix that.
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/67
More information about the panama-dev
mailing list