Integrated: 8284813: x86 Code cleanup related to move instructions.

Jatin Bhateja jbhateja at openjdk.java.net
Thu May 5 03:23:23 UTC 2022


On Wed, 13 Apr 2022 19:11:50 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:

> Summary of changes:
> 
> - Correct feature checks in some assembler move instruction.
> - Explicitly pass opmask register in routines accepting merge argument.
> - Code re-organization related to move instruction, pull out the merge argument up to instruction pattern or top level caller.
> - Add missing encoding based move elision checks in some macro assembly routines.
> 
> Kindly review and share your feedback.
> 
> Regards,
> Jatin

This pull request has now been integrated.

Changeset: 3092b561
Author:    Jatin Bhateja <jbhateja at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/3092b5615d4d24c7b38a8e7e5759dfa2ef8616ca
Stats:     189 lines in 8 files changed: 37 ins; 66 del; 86 mod

8284813: x86 Code cleanup related to move instructions.

Reviewed-by: kvn, sviswanathan

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

PR: https://git.openjdk.java.net/jdk/pull/8230


More information about the hotspot-compiler-dev mailing list