Add identity transformation for removing redundant AndV/OrV nodes

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 20
    • Affects Version/s: 20
    • Component/s: hotspot
    • b15

      Add identity transformation for removing redundant AndV/OrV nodes "And" and "Or" logical operations are idempotent.

      Hence, a sequence containing and/or operations with the same value multiple times like this

      - op(op(a, b), b) can be reduced to op(a, b), where op = and/or.

            Assignee:
            Bhavana Kilambi
            Reporter:
            Stuart Monteith
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: