-
Enhancement
-
Resolution: Fixed
-
P4
-
20
-
b07
In the past, we've run into some IR verification failures due to running a test on a rare/special machine setup (for example, only having UseAVX=1). But these flags are not on the whitelist and IR matching will not be performed. We should consider adding all these flags to the whitelist which simulate a specific machine setup (UseAVX, UseSSE, UseSVE etc.) because we could actually be running an IR test on exactly such a machine at some point. This allows us to verify such configurations in our (pre-integration) testing.
- relates to
-
JDK-8291048 x86: compiler/c2/irTests/TestAutoVectorization2DArray.java fails with lower SSE
-
- Resolved
-
-
JDK-8290511 compiler/vectorapi/TestMaskedMacroLogicVector.java fails IR verification
-
- Resolved
-
-
JDK-8290943 Fix several IR test issues on SVE after JDK-8289801
-
- Resolved
-