-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 15
-
Component/s: hotspot
-
b20
-
aarch64
In aarch64.ad, the match rule of vsra4S_imm and vsra8S_imm is
match(Set dst (RShiftVS src (LShiftCntV shift)));
It should be
match(Set dst (RShiftVS src (RShiftCntV shift)));
match(Set dst (RShiftVS src (LShiftCntV shift)));
It should be
match(Set dst (RShiftVS src (RShiftCntV shift)));
- relates to
-
JDK-8238690 C2: Handle vector shifts by constant and non-constant scalar uniformly
-
- Resolved
-