Unsigned Vector Min / Max transforms

XMLWordPrintable

    • b21
    • generic
    • generic

      Add following IR transforms for unsigned vector Min / Max nodes.

      => UMinV (UMinV(a, b), UMaxV(a, b)) => UMinV(a, b)
      => UMinV (UMinV(a, b), UMaxV(b, a)) => UMinV(a, b)
      => UMaxV (UMinV(a, b), UMaxV(a, b)) => UMaxV(a, b)
      => UMaxV (UMinV(a, b), UMaxV(b, a)) => UMaxV(a, b)
      => UMaxV (a, a) => a
      => UMin (a, a) => a

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

              Created:
              Updated:
              Resolved: