Integrated: 8265816: Handle new VectorMaskCast node for x86

Sandhya Viswanathan sviswanathan at openjdk.java.net
Fri Apr 23 20:53:26 UTC 2021


On Fri, 23 Apr 2021 01:15:37 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:

> To eliminate unnecessary vector mask conversion during unboxing a
> VectorMaskCast node was added as part of JDK-8264104 for aarch64. This patch handles the x86 side of it.
> 
> Please review.
> 
> Best Regards,
> Sandhya

This pull request has now been integrated.

Changeset: e08f506f
Author:    Sandhya Viswanathan <sviswanathan at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/e08f506f
Stats:     12 lines in 1 file changed: 12 ins; 0 del; 0 mod

8265816: Handle new VectorMaskCast node for x86

Reviewed-by: vlivanov, neliasso

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

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


More information about the hotspot-compiler-dev mailing list