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

[PPC64] C2: Implement MinV, MaxV and Reduction nodes

XMLWordPrintable

      The following nodes are added:
      - MinV / MaxV
      - AndV / OrV / XorV
      - MinReductionV / MaxReductionV / AndReductionV / OrReductionV / XorReductionV
      - AddReductionVI / MulReductionVI

      The Reduction V nodes are only implemented for Integers here because the loop auto vectorization for Longs is too slow and Float/Double need further investigation.

            dbriemann David Briemann
            dbriemann David Briemann
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: