RFR: 8263354: Accumulated C2 code cleanups

Tobias Hartmann thartmann at openjdk.java.net
Thu Mar 11 10:31:11 UTC 2021


On Thu, 11 Mar 2021 08:48:18 GMT, Pengfei Li <pli at openjdk.org> wrote:

> This is a trivial patch to cleanup C2 code at several places, including
> 
> - Remove duplicated node enumerations of MinV & MaxV in adlc functions
> - Use "1<<X" to define LoopNode flags, like other C2 flag definitions
> - Unify macro names in aarch64_sve_ad.m4: UNPREDICATE -> UNPREDICATED
> - Delete redundant empty lines in aarch64_sve.ad
> 
> Tier1 tests passed.

Looks good to me.

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

Marked as reviewed by thartmann (Reviewer).

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


More information about the hotspot-compiler-dev mailing list