-
Enhancement
-
Resolution: Fixed
-
P4
-
21
-
b07
-
generic
-
generic
In JDK-8183390, we introduced a new auto-vectorization testing framework in hotspot jtreg tests. The new framework provides us a much simpler way to add new test cases of auto-vectorizable loops. But the previous patch just added a check of the correctness of the result after vectorization. There is no check about whether the code is vectorized or not. Now we should add IR checks to check the vectorization ability of those test cases.
- relates to
-
JDK-8300638 Tier1 IR Test failure after JDK-8298632 on macosx-x64-debug
-
- Resolved
-