[VectorAPI] Missing Min/Max identity transforms

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: 27
    • Component/s: hotspot
    • generic
    • generic

      The Following Identity transforms are missing currently.

         MaxV(x,x) => x
         MinV(x,x) => x
         MinV (MaxV(x, y), MinV(x, y)) => MinV(x, y)
         MaxV (MinV(x, y), MaxV(x, y)) => MaxV(x, y)

      In the auto-vectorization flow, these cases are handled during scalar IR transforms.

            Assignee:
            Jatin Bhateja
            Reporter:
            Jatin Bhateja
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: