RFR: 8279607: Existing optimization "~x+1" -> "-x" can be generalized to "~x+c" -> "(c-1)-x". [v4]

Zhiqiang Zang duke at openjdk.java.net
Wed Jan 19 17:46:32 UTC 2022


On Wed, 19 Jan 2022 08:43:44 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

> That looks good to me and all testing passed.
> 
> You need a second review.

Thanks for reviewing.

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

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


More information about the hotspot-compiler-dev mailing list