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

C2: Optimize Rotate API on x86

XMLWordPrintable

    • b11
    • x86

      - Currently rotate operation is inferred through pattern matching over a sequence of shift left/right followed by logic OR operation. Extend this approach to infer vector rotation operations.
      - AVX512 added new vector rotate instructions VPRO[RL][V][QD] which can be exploited by either extending SLP or post SLP pattern matching.

            jbhateja Jatin Bhateja
            jbhateja Jatin Bhateja
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: