RFR: 8303508: Vector.lane() gets wrong value on x86

Tobias Hartmann thartmann at openjdk.org
Fri Mar 24 08:57:32 UTC 2023


On Thu, 23 Mar 2023 00:37:29 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:

> Incorrectness happens because compiler absorbs casting IR chain during idealizations.
> Sign extending the result of sub-word extraction operation.
> 
> Please refer to detailed discussion on https://github.com/openjdk/jdk/pull/13070#issuecomment-1479779537 
> 
> Best Regards,
> Jatin

All tests passed.

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

PR Comment: https://git.openjdk.org/jdk/pull/13152#issuecomment-1482455461


More information about the hotspot-compiler-dev mailing list