RFR: 8278623: compiler/vectorapi/reshape/TestVectorCastAVX512.java after JDK-8259610 [v2]

Mai Đặng Quân Anh duke at openjdk.java.net
Thu Dec 16 19:34:59 UTC 2021


On Thu, 16 Dec 2021 12:02:36 GMT, Mai Đặng Quân Anh <duke at openjdk.java.net> wrote:

>> The problem is that loading vector from byte array requires the vector shape to support byte vector before the reinterpretation to the correct type. The failure to intrinsify seems to stop the compilation of the method, leads to IR verification failure. The patch simply changes the argument of vector cast methods to correct types.
>> 
>> Thanh you very much.
>
> Mai Đặng Quân Anh has updated the pull request incrementally with one additional commit since the last revision:
> 
>   address reviews

Thank you very much for your testing and review.

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

PR: https://git.openjdk.java.net/jdk/pull/6852


More information about the hotspot-compiler-dev mailing list