-
Enhancement
-
Resolution: Fixed
-
P3
-
16
-
b11
-
x86
- Currently rotate operation is inferred through pattern matching over a sequence of shift left/right followed by logic OR operation. Extend this approach to infer vector rotation operations.
- AVX512 added new vector rotate instructions VPRO[RL][V][QD] which can be exploited by either extending SLP or post SLP pattern matching.
- AVX512 added new vector rotate instructions VPRO[RL][V][QD] which can be exploited by either extending SLP or post SLP pattern matching.
- relates to
-
JDK-8332905 C2 SuperWord: bad AD file, with RotateRightV and first operand not a pack
- Resolved
-
JDK-8252188 Crash in OrINode::Ideal(PhaseGVN*, bool)+0x8b9
- Closed
-
JDK-8271589 Fatal error with variable shift count integer rotate operation.
- Closed
-
JDK-8256823 C2 compilation fails with "assert(isShiftCount(imm8 >> 1)) failed: illegal shift count"
- Closed
-
JDK-8257182 JCK test failures in integer / long rotation tests
- Closed
-
JDK-8230525 Missing intrinsics for Integer and Long operations
- Open
(1 relates to)