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

C2: Or(I|L)Node::Ideal is missing AddNode::Ideal call

XMLWordPrintable

      JDK-8248830 added Ideal overloads for Or(I|L) but is missing a call to AddNode::Ideal. This results in missed optimization opportunities when using or, e.g. "(a | 3) | 6" does not get optimized into "a | 7".

            hgreule Hannes Greule
            hgreule Hannes Greule
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: