Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8254872

Optimize Rotate on AArch64

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 16
    • 16
    • hotspot
    • b25
    • aarch64
    • generic

      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

            eliu Eric Liu
            qfeng Qi Feng
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: