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

C2: Improve Add and Xor ideal optimizations

XMLWordPrintable

    • b15

        Add the following identical equations for Add and Xor node, respectively.

        ~(x-1) => -x
        ~x + 1 => -x

              yyang Yi Yang
              yyang Yi Yang
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: