Integrated: 8324765: C2 SuperWord: remove dead code: SuperWord::insert_extracts
Emanuel Peter
epeter at openjdk.org
Mon Jan 29 07:03:52 UTC 2024
On Fri, 26 Jan 2024 15:14:13 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
> Subtask of https://github.com/openjdk/jdk/pull/16620
>
> As far as all tests and code study have showed me, SuperWord::insert_extracts is dead.
>
> I am replacing it with verification code, that checks that no ExtractNode is required.
>
> **Details**
>
> All the relevant cases are marked as "unprofitable" in `SuperWord::profitable`, see:
> https://github.com/openjdk/jdk/blob/dfdd2174d7af5e3e995147484db17b45b006f6d0/src/hotspot/share/opto/superword.cpp#L1912-L1915
This pull request has now been integrated.
Changeset: 65d6bc1d
Author: Emanuel Peter <epeter at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/65d6bc1d4c1054e82ace2355d6802e0a7ba24a7f
Stats: 54 lines in 2 files changed: 3 ins; 28 del; 23 mod
8324765: C2 SuperWord: remove dead code: SuperWord::insert_extracts
Reviewed-by: kvn, chagedorn
-------------
PR: https://git.openjdk.org/jdk/pull/17589
More information about the hotspot-compiler-dev
mailing list