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.
- relates to
-
JDK-8359688 C2 SuperWord: missing RCE with MemorySegment
-
- Open
-