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