-
Enhancement
-
Resolution: Fixed
-
P3
-
9, 10
-
b21
Currently subword types cannot use entire vector width using SLP.
This work helps analyse subword in the loop to set maximum vector size to take advantage of full vector width for subword types.
In this we analyze if narrowing is likely to happen and if it is we set vector size more aggressively.
We check for possibility of narrowing by looking through chain operations using subword types.
This work helps analyse subword in the loop to set maximum vector size to take advantage of full vector width for subword types.
In this we analyze if narrowing is likely to happen and if it is we set vector size more aggressively.
We check for possibility of narrowing by looking through chain operations using subword types.
- relates to
-
JDK-8185013 Disable subword vector analysis optimization until 8184995 is fixed
- Resolved
-
JDK-8194740 UseSubwordForMaxVector causes performance regression
- Resolved
-
JDK-8184995 assert(out == prev || prev == __null) failed: no branches off of store slice
- Closed