Integrated: 8255265: IdealLoopTree::iteration_split_impl does not use should_align
Aleksey Shipilev
shade at openjdk.java.net
Mon Oct 26 07:22:36 UTC 2020
On Thu, 22 Oct 2020 18:00:28 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
> There is a TODO item in IdealLoopTree::iteration_split_impl:
>
> // TODO: Remove align -- not used.
> bool should_align = policy_align(phase);
>
> Indeed, it is not used, because policy_align always returns FALSE. Can clean up some of the code around too.
This pull request has now been integrated.
Changeset: 69188188
Author: Aleksey Shipilev <shade at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/69188188
Stats: 35 lines in 2 files changed: 0 ins; 25 del; 10 mod
8255265: IdealLoopTree::iteration_split_impl does not use should_align
Reviewed-by: thartmann, kvn
-------------
PR: https://git.openjdk.java.net/jdk/pull/815
More information about the hotspot-compiler-dev
mailing list