JDK-8324750 : C2: rename Matcher methods using "superword" -> "autovectorization"
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 23
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-01-26
  • Updated: 2024-06-06
  • Resolved: 2024-01-29
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 b08Fixed
Related Reports
Relates :  
Description
Matcher::superword_max_vector_size -> Matcher::max_vector_size_autovectorization

Matcher::match_rule_supported_superword -> match_rule_supported_autovectorization

This is to make the naming more general, since these methods can be used by any autovectorizer in the future.
Comments
Changeset: f0bae793 Author: Emanuel Peter <epeter@openjdk.org> Date: 2024-01-29 08:50:35 +0000 URL: https://git.openjdk.org/jdk/commit/f0bae7939a61a79f3e07de97451c433e91742069
29-01-2024

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/17583 Date: 2024-01-26 09:53:53 +0000
26-01-2024