-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 26
-
Component/s: hotspot
-
b23
A similar transformation from:
(LShiftX (AddX a con0) con1)
to:
(AddX (LShiftX a con1) con0<<con1)
exists already. And I noticed the transformation with SubX that I propose helps long RCE.
(LShiftX (AddX a con0) con1)
to:
(AddX (LShiftX a con1) con0<<con1)
exists already. And I noticed the transformation with SubX that I propose helps long RCE.
- duplicates
-
JDK-8359688 C2 SuperWord: missing RCE with MemorySegment
-
- Closed
-
- links to
-
Commit(master)
openjdk/jdk/80fcfaf4
-
Review(master)
openjdk/jdk/27842