[jdk18] RFR: 8278948: compiler/vectorapi/reshape/TestVectorCastAVX1.java crashes in assembler [v2]
Vladimir Kozlov
kvn at openjdk.java.net
Thu Dec 23 19:11:13 UTC 2021
On Thu, 23 Dec 2021 17:04:21 GMT, Quan Anh Mai <duke at openjdk.java.net> wrote:
>> Why do you think that? What about this code when length is the same (and UseAVX could be 1):
>> https://github.com/openjdk/jdk18/blob/master/src/hotspot/cpu/x86/x86.ad#L7069
>
> Because the input of `VectorCastI2XNode` would be a vector node of type int and size 256, this shape is not supported on AVX1. So, we should not have this node because its input should not appear.
Right.
-------------
PR: https://git.openjdk.java.net/jdk18/pull/46
More information about the hotspot-compiler-dev
mailing list