JDK-8331764 : C2 SuperWord: refactor _align_to_ref/_mem_ref_for_main_loop_alignment
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 23
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-05-07
  • Updated: 2024-05-16
  • Resolved: 2024-05-13
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 23
23 b23Fixed
Related Reports
Blocks :  
Description
Move assigning it out from SuperWord::find_adjacent_refs. Either assign it in SuperWord::filter_packs_for_alignment, or else find it directly in SuperWord::adjust_pre_loop_limit_to_align_main_loop_vectors.

We can also use the aw of the vector directly, rather than the possibly larger vector_width_in_bytes of the type.
Comments
Changeset: d517d2df Author: Emanuel Peter <epeter@openjdk.org> Date: 2024-05-13 05:45:36 +0000 URL: https://git.openjdk.org/jdk/commit/d517d2df451e135583083ed3684d7d3241b36f76
13-05-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/19115 Date: 2024-05-07 09:26:11 +0000
07-05-2024