Integrated: 8339698: x86 unused andw/orw/xorw/addw encoding could be removed
Sandhya Viswanathan
sviswanathan at openjdk.org
Tue Sep 10 15:56:17 UTC 2024
On Sat, 7 Sep 2024 02:00:49 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:
> x86 andw/orw/xorw(Register, Register) encoding is missing 0x66 prefix. These instructions along with addw(Register, Register) are unused and so removed.
>
> Best Regards,
> Sandhya
This pull request has now been integrated.
Changeset: be0dca04
Author: Sandhya Viswanathan <sviswanathan at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/be0dca046a43ecef2dcd012da6399cbed4cd0454
Stats: 26 lines in 2 files changed: 0 ins; 26 del; 0 mod
8339698: x86 unused andw/orw/xorw/addw encoding could be removed
Reviewed-by: kvn, jbhateja, qamai
-------------
PR: https://git.openjdk.org/jdk/pull/20901
More information about the hotspot-compiler-dev
mailing list