-
Bug
-
Resolution: Fixed
-
P4
-
15
-
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
-