jdk.internal.vm.vector.VectorSupport::test intrinsics returns a bool result. This result is unnecessarily materialized into an int register, which leads to redundant instructions to materialize the flags into a GP register and a test to get the flags out again.
- relates to
-
JDK-8298824 C2 crash: assert(is_Bool()) failed: invalid node class: ConI
-
- Resolved
-
-
JDK-8303804 Fix some errors of If-VectorTest and CMove-VectorTest
-
- Resolved
-