RFR: 8341834: C2 compilation fails with "bad AD file" due to Replicate
Emanuel Peter
epeter at openjdk.org
Wed Oct 23 12:02:04 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`.
The fix seems correct, but I fear that maybe older versions could be affected, it would just be very difficult to create that `ConvL2I` pack.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21660#issuecomment-2431893017
More information about the hotspot-compiler-dev
mailing list