RFR: 8303508: Vector.lane() gets wrong value on x86
Eric Liu
eliu at openjdk.org
Thu Mar 23 01:30:01 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
Looks good to me. Thanks for your fix.
-------------
Marked as reviewed by eliu (Committer).
PR Review: https://git.openjdk.org/jdk/pull/13152#pullrequestreview-1353700842
More information about the hotspot-compiler-dev
mailing list