VectorAPI: combine vector not operation with compare

XMLWordPrintable

    • b16

      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.

            Assignee:
            Xiaohong Gong
            Reporter:
            Xiaohong Gong
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: