JDK-8272359 : X86: Backend support for optimizing vector masked operations over AVX512 target.
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • CPU: x86
  • Submitted: 2021-08-12
  • Updated: 2021-11-15
  • Resolved: 2021-11-15
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.
Other
tbdFixed
Related Reports
Relates :  
Description
Extend existing C2 compiler backed to support vector masking operations for AVX512.
  - Register allocation support for opmask registers [K1-K7] (already integrated into mainline JDK-8262355).
  - New instruction selection patterns for masked operations.
  - Relevant support in macro-assembler and assembler.