[vectorIntrinsics] RFR: 8265196: Add LoadShuffle nodes implementation for Arm SVE [v2]

Wang Huang whuang at openjdk.java.net
Thu Apr 15 04:37:10 UTC 2021


On Thu, 15 Apr 2021 02:24:05 GMT, Ningsheng Jian <njian at openjdk.org> wrote:

>> Wang Huang has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   fix style
>
> src/hotspot/cpu/aarch64/aarch64_sve_ad.m4 line 2297:
> 
>> 2295:   match(Set dst (VectorLoadShuffle src));
>> 2296:   ins_cost(SVE_COST);
>> 2297:   format %{ "sve_mov $dst, $src\n\t" %}
> 
> No need to have "\n" here. And I would suggest to have more output comment just as neon implementation.

Thank you for your review. I have fixed that.

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

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


More information about the panama-dev mailing list