RFR: 8249893: AARCH64: optimize the construction of the value from the bits of the other two

Boris Ulasevich bulasevich at openjdk.java.net
Tue Oct 20 06:55:23 UTC 2020


On Sun, 11 Oct 2020 15:07:54 GMT, Andrew Haley <aph at openjdk.org> wrote:

> I've often seen ((a & 0xff) << 8) + (b & 0xff)
Good idea. I will add AddI -> OrI transformation for the case.

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

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


More information about the hotspot-compiler-dev mailing list