RFR: 8302459: Missing late inline cleanup causes compiler/vectorapi/VectorLogicalOpIdentityTest.java IR failure

Damon Fenacci dfenacci at openjdk.org
Wed Nov 6 08:38:29 UTC 2024


On Mon, 4 Nov 2024 21:03:37 GMT, Dean Long <dlong at openjdk.org> wrote:

> Would it be better to trigger cleanup based on the presence of nodes like CastPP/CheckCastPP instead?

Good point. At first I wanted to restrict the extra cleanups as much as possible (checking for a VectorBox seemed more restrictive) but the "origin" of the issue are actually the CastPP/CheckCastPP nodes. I just want to check how "expensive" that is.

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

PR Comment: https://git.openjdk.org/jdk/pull/21682#issuecomment-2459002194


More information about the hotspot-compiler-dev mailing list