JDK-8367389 : C2 SuperWord: refactor VTransform to model the whole loop instead of just the basic block
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 26
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2025-09-11
  • Updated: 2025-12-10
  • Resolved: 2025-10-08
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 26
26 b19Fixed
Related Reports
Causes :  
Causes :  
Relates :  
Description
We are doing this step from the parent task:

3. Model whole loop instead of only basic block (allows VTransform optimizations like moving reduction out of loop)
  - Instead of VTransformGraph::apply_memops_reordering_with_schedule that reorders the old graph,
  - I want to build the new loop body from the VTransform directly.
  - That means we are less constrained by the old shape of the loop.
Comments
Changeset: 2ac24bf1 Branch: master Author: Emanuel Peter <epeter@openjdk.org> Date: 2025-10-08 03:06:29 +0000 URL: https://git.openjdk.org/jdk/commit/2ac24bf1bac9c32704ebd72b93a75819b9404063
08-10-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/27208 Date: 2025-09-11 06:52:19 +0000
12-09-2025