Integrated: 8274855: vectorapi tests failing with assert(!vbox->is_Phi()) failed

Igor Veresov iveresov at openjdk.java.net
Fri Oct 29 18:06:23 UTC 2021


On Thu, 28 Oct 2021 19:24:43 GMT, Igor Veresov <iveresov at openjdk.org> wrote:

> We need to handle the case when the allocation input to `VectorBoxNode` is a phi but the vector input is not, which can definitely be the case if the vector input has been value-numbered. It seems to be safe to do by construction because `VectorBoxNode` and `VectorBoxAllocation` come in a specific order as a result of expanding an intrinsic call. After that, if any of the inputs to VectorBoxNode are value-numbered they can only move up and are guaranteed to dominate.

This pull request has now been integrated.

Changeset: 5021a12c
Author:    Igor Veresov <iveresov at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/5021a12ceada3192e81e2c06b556e7c80cd6cf31
Stats:     18 lines in 2 files changed: 15 ins; 3 del; 0 mod

8274855: vectorapi tests failing with assert(!vbox->is_Phi()) failed

Reviewed-by: kvn

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

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


More information about the hotspot-compiler-dev mailing list