Relates :
|
|
Relates :
|
|
Relates :
|
Intel created a patch to intrinsify Integer/Long.rotateX APIs [1]. New IR nodes are introduced, we can do it in AArch64. Considering GVN folds relevant operation patterns into a single Rotate node, the final code[3] removes intrinsics. [1] http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2020-July/038963.html [2] https://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2020-July/039048.html [3] https://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2020-August/039324.html
|