-
Enhancement
-
Resolution: Fixed
-
P4
-
26
-
master
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