[vectorIntrinsics] RFR: 8266286: Add LoadVectorGather and StoreVectorScatter's partial version [v2]
Wang Huang
whuang at openjdk.java.net
Tue Jun 1 03:22:00 UTC 2021
On Mon, 31 May 2021 08:19:10 GMT, Ningsheng Jian <njian at openjdk.org> wrote:
>> src/hotspot/cpu/aarch64/aarch64_sve.ad line 4175:
>>
>>> 4173: n->as_LoadVectorGather()->memory_size() < MaxVectorSize &&
>>> 4174: (n->bottom_type()->is_vect()->element_basic_type() == T_INT ||
>>> 4175: n->bottom_type()->is_vect()->element_basic_type() == T_FLOAT));
>>
>> Style nit: add one more space at the beginning of these lines to have better indentation?
>
>> Style nit: add one more space at the beginning of these lines to have better indentation?
>
> One more nit: I would suggest to group those gather partial rules together with other gather rules, as well as scatter parts.
Sure. I will change that.
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/88
More information about the panama-dev
mailing list