-
Enhancement
-
Resolution: Unresolved
-
P4
-
22
Many IR tests require platform / CPU features in the test definition. But they should rather be at the IR Rule level, so that other platforms can still run the tests for correctness.
Examples:
test/hotspot/jtreg/compiler/c2/irTests/TestVectorizeTypeConversion.java
(requires avx2)
Examples:
test/hotspot/jtreg/compiler/c2/irTests/TestVectorizeTypeConversion.java
(requires avx2)
- relates to
-
JDK-8317341 [IR Framework] replace @require (test level) with applyIfPlatform (IR rule level) where possible
- Open