Unify IR shape for vector shifts by scalar.
Right now, vector shifts by constant are represented as:
ShiftV src ConI
and vector shifts by non-constant are:
ShiftV src (ShiftCntV shift)
Right now, vector shifts by constant are represented as:
ShiftV src ConI
and vector shifts by non-constant are:
ShiftV src (ShiftCntV shift)
- relates to
-
JDK-8242070 AArch64: Fix a typo introduced by JDK-8238690
- Resolved