JDK-8334571 : Extract control dependency rewiring out of PhaseIdealLoop::dominated_by() into separate method
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 24
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-06-19
  • Updated: 2024-06-24
  • Resolved: 2024-06-24
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 24
24 masterFixed
Description
PhaseIdealLoop::dominated_by() only works with If nodes being dominated. However, at some point, we want to replace the IfNode for a Template Assertion Predicate with a dedicated TemplateAssertionPredicateNode. To still be able to rewire the control dependencies in Loop Predication for a hoisted range check to the new TemplateAssertionPredicateNode, we can extract the rewiring part out of dominated_by() into a separate method and use that one instead.
Comments
Changeset: ca5a438e Author: Christian Hagedorn <chagedorn@openjdk.org> Date: 2024-06-24 08:58:02 +0000 URL: https://git.openjdk.org/jdk/commit/ca5a438e5a4612c66f70c70a9d425eca0e49e84d
24-06-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/19806 Date: 2024-06-20 14:24:23 +0000
20-06-2024