-
Enhancement
-
Resolution: Unresolved
-
P4
-
22
Follow up task for JDK-8280120.
Many tests are guarded with an @require for some platform feature, because they run tests with IR rules that can only pass on some platforms (eg certain vectorizations).
Using @require means we are not running the tests on other platforms at all.
Moving the condition to IR rules would mean we can still run the tests, and check for correct results, even if we cannot run the IR rule itself.
Many tests are guarded with an @require for some platform feature, because they run tests with IR rules that can only pass on some platforms (eg certain vectorizations).
Using @require means we are not running the tests on other platforms at all.
Moving the condition to IR rules would mean we can still run the tests, and check for correct results, even if we cannot run the IR rule itself.
- relates to
-
JDK-8310891 C2 SuperWord tests: move platform requirements to IR rules
-
- Open
-
-
JDK-8280120 [IR Framework] Add attribute to @IR to enable/disable IR matching based on the architecture
-
- Resolved
-