[vectorIntrinsics] RFR: 8266720: Wrong implementation in LibraryCallKit::inline_vector_shuffle_iota [v3]
Wang Huang
whuang at openjdk.java.net
Thu Jun 3 03:26:51 UTC 2021
On Thu, 3 Jun 2021 03:13:39 GMT, Xiaohong Gong <xgong at openjdk.org> wrote:
>> Wang Huang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> only fix IR
>
> src/hotspot/share/opto/vectorIntrinsics.cpp line 467:
>
>> 465: } else {
>> 466: // Currently it works well for vector_length <= 1024-bits.
>> 467: // for vector_length > 1024, we don't support now
>
> Does it need any vector length check or block for vector length >1024?
Thank you for your reviw. It is a problem here. I will do that in next commit.
-------------
PR: https://git.openjdk.java.net/panama-vector/pull/81
More information about the panama-dev
mailing list