-
Enhancement
-
Resolution: Fixed
-
P4
-
21
-
b12
Wrongly typed cpuFeatures can lead to an IR rule being ignored.
https://github.com/openjdk/jdk/pull/12601
JDK-8302668
We should have a list of verified cpuFeatures, and assert if one is used that is not in that list. That way, typos and bad copies can be avoided, and we make sure the tests run when intended.
https://github.com/openjdk/jdk/pull/12601
We should have a list of verified cpuFeatures, and assert if one is used that is not in that list. That way, typos and bad copies can be avoided, and we make sure the tests run when intended.
- relates to
-
JDK-8303351 [IR Framework] Add missing cpu feature avx512bw after JDK-8302681
-
- Resolved
-
-
JDK-8302668 [TESTBUG] Tests require feature sse4_1 which does not exist, should be sse4.1
-
- Resolved
-