JDK-8275317 : AArch64: Support some type conversion vectorization in SLP
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: aarch64
  • Submitted: 2021-10-15
  • Updated: 2022-03-14
  • Resolved: 2021-11-17
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 18
18 b24Fixed
Related Reports
Relates :  
Description
Current C2's SLP vectorizer doesn't support type conversion operations. But AArch64 has vector type conversion instructions (in both NEON and SVE). So it should possible to enable these by adding some support in the mid-end and/or back-end.
Comments
Changeset: 9aa30de4 Author: Faye Gao <faye.gao@arm.com> Committer: Tobias Hartmann <thartmann@openjdk.org> Date: 2021-11-17 08:19:46 +0000 URL: https://git.openjdk.java.net/jdk/commit/9aa30de4bb55357ddf0900e6103062f02e85753b
17-11-2021