-
Enhancement
-
Resolution: Unresolved
-
P4
-
22
There are not enough tests for some nodes. We should test it with the IR checks for vector nodes introduced in JDK-8310308.
RotateRight(V)
RotateLeft(V)
Also there is no reduction IR test for the Vector API
You can look at this test to see how we do IR verification:
test/hotspot/jtreg/compiler/vectorization/runner/BasicIntOpTest.java
RotateRight(V)
RotateLeft(V)
Also there is no reduction IR test for the Vector API
You can look at this test to see how we do IR verification:
test/hotspot/jtreg/compiler/vectorization/runner/BasicIntOpTest.java
- is blocked by
-
JDK-8310308 IR Framework: check for type and size of vector nodes
- Resolved