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

Optimize Rotate on AArch64

    XMLWordPrintable

Details

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

    Description

      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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: