Optimize Rotate on AArch64

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 16
    • Affects Version/s: 16
    • Component/s: 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

            Assignee:
            Eric Liu
            Reporter:
            Qi Feng
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: