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

New optimization: convert "(x|y)-(x^y)" into "x&y"

XMLWordPrintable

    • generic
    • generic

      A DESCRIPTION OF THE PROBLEM :
      Convert "(x|y)-(x^y)" into "x&y", in SubINode::Ideal and SubLNode::Ideal.

      I have submitted a pull request https://github.com/openjdk/jdk/pull/7395


            Unassigned Unassigned
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: