RFR: 8281453: New optimization: convert "c-(~x)" into "x+(c+1)" and "~(c-x)" into "x+(-c-1)" [v6]

Zhiqiang Zang duke at openjdk.java.net
Wed Apr 13 17:14:16 UTC 2022


On Wed, 30 Mar 2022 18:25:28 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

> This change touches the same code as #7795 I suggest to update after that one is pushed.

Merged master after #7795 pushed. Can you look at the updated change? Thank you. @vnkozlov

-------------

PR: https://git.openjdk.java.net/jdk/pull/7376


More information about the hotspot-compiler-dev mailing list