Integrated: 8263354: Accumulated C2 code cleanups
Pengfei Li
pli at openjdk.java.net
Fri Mar 12 09:46:16 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.
This pull request has now been integrated.
Changeset: 0bbe064c
Author: Pengfei Li <pli at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/0bbe064c
Stats: 64 lines in 4 files changed: 2 ins; 20 del; 42 mod
8263354: Accumulated C2 code cleanups
Reviewed-by: thartmann, redestad
-------------
PR: https://git.openjdk.java.net/jdk/pull/2934
More information about the hotspot-compiler-dev
mailing list