[vectorIntrinsics] RFR: 8265321: Add Rearrange nodes implementation for Arm SVE
Ningsheng Jian
njian at openjdk.java.net
Mon Apr 19 07:19:59 UTC 2021
On Mon, 19 Apr 2021 06:26:02 GMT, Wang Huang <whuang at openjdk.org> wrote:
>> src/hotspot/cpu/aarch64/aarch64_sve.ad line 4080:
>>
>>> 4078: %}
>>> 4079: ins_pipe(pipe_slow);
>>> 4080: %}
>>
>> At least merge `long/double` and `float/int` ? The format looks the same.
>
> I think it's my fault. The comment is `L` for `rearrangeL` instead of `D`. I will fix it in my next patch.
I also prefer merging them instead of having two separate rules. From the instruction point of view, there's only D, not L.
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/70
More information about the panama-dev
mailing list