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

XMLWordPrintable

    • b18

      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".

            Assignee:
            Hannes Greule
            Reporter:
            Hannes Greule
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: