RFR: 8341834: C2 compilation fails with "bad AD file" due to Replicate
Tobias Hartmann
thartmann at openjdk.org
Wed Oct 23 10:57:03 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`.
Is this a regression from [JDK-8332163](https://bugs.openjdk.org/browse/JDK-8332163) or [JDK-8248830](https://bugs.openjdk.org/browse/JDK-8248830)?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21660#issuecomment-2431724475
More information about the hotspot-compiler-dev
mailing list