Integrated: 8341834: C2 compilation fails with "bad AD file" due to Replicate

Roland Westrelin roland at openjdk.org
Wed Nov 6 14:53:38 UTC 2024


On Wed, 23 Oct 2024 08:30:15 GMT, Roland Westrelin <roland at openjdk.org> wrote:

> Superword creates a `Replicate` node at a `ConvL2I` node and uses the
> type of the result of the `ConvL2I` to pick the type of the
> `Replicate` instead of the type of the input to the `ConvL2I`.

This pull request has now been integrated.

Changeset: 72a45ddb
Author:    Roland Westrelin <roland at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/72a45ddbad9c343200197348ccfcf74105e6fefa
Stats:     55 lines in 2 files changed: 54 ins; 0 del; 1 mod

8341834: C2 compilation fails with "bad AD file" due to Replicate

Reviewed-by: kvn, epeter

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

PR: https://git.openjdk.org/jdk/pull/21660


More information about the hotspot-compiler-dev mailing list