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

VectorAPI: combine vector not operation with compare

XMLWordPrintable

      Patterns like `VectorMask.not(a.compare(VectorOperators.EQ, b))` can be optimized to `a.compare(VectorOperators.NE, b)`, which saves the `not` operation. This transformation can apply for all architectures.

            xgong Xiaohong Gong
            xgong Xiaohong Gong
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: