RFR: 8279947: Remove two redundant gvn.transform calls in Parse::do_one_bytecode()
Jie Fu
jiefu at openjdk.java.net
Fri Jan 14 03:42:26 UTC 2022
On Thu, 13 Jan 2022 23:22:17 GMT, Jie Fu <jiefu at openjdk.org> wrote:
> You need to tests 32-bit with `-XX:UseSSE=0 -XX:UseAVX=0` to trigger this code path and code generation.
Hi @vnkozlov ,
I tested tier1 ~ tier4 on Linux/x86_32 with `-XX:UseSSE=0 -XX:UseAVX=0`, no regression.
My understanding is that the two transform calls can be safely removed (in theory) and won't make C2 any worse.
Thanks.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7059
More information about the hotspot-compiler-dev
mailing list