Integrated: 8305783: x86_64: Optimize AbsI and AbsL

Quan Anh Mai qamai at openjdk.org
Wed Apr 12 13:51:50 UTC 2023


On Sun, 9 Apr 2023 09:41:08 GMT, Quan Anh Mai <qamai at openjdk.org> wrote:

> Hi,
> 
> This patch optimizes the sequence emitted by `AbsINode` and `AbsLNode` to save some instructions and 1 temp register. Please take a look and kindly leave your reviews.
> 
> Thanks a lot.

This pull request has now been integrated.

Changeset: 99a9dbc8
Author:    Quan Anh Mai <qamai at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/99a9dbc8f191d3c9a9e7569d8a6dd4cca7c9076c
Stats:     28 lines in 1 file changed: 0 ins; 10 del; 18 mod

8305783: x86_64: Optimize AbsI and AbsL

Reviewed-by: jkarthikeyan, thartmann

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

PR: https://git.openjdk.org/jdk/pull/13402


More information about the hotspot-compiler-dev mailing list