-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 25
-
Component/s: hotspot
In the following code example: "out[i] = (short) (((short) in[i]) + (short) in[i]);"
Vectorization does not occur due to the RShift(LShift(..., 16), 16) pattern in the IR. This RFE proposes to add support, as a followup to JDK-8342095.
Vectorization does not occur due to the RShift(LShift(..., 16), 16) pattern in the IR. This RFE proposes to add support, as a followup to JDK-8342095.
- relates to
-
JDK-8342095 Add autovectorizer support for subword vector casts
-
- Open
-