RFR: 8289801: [IR Framework] Add flags to whitelist which can be used to simulate a specific machine setup like UseAVX
Vladimir Kozlov
kvn at openjdk.org
Sat Jul 16 00:05:01 UTC 2022
On Fri, 15 Jul 2022 09:13:04 GMT, Jie Fu <jiefu at openjdk.org> wrote:
> Hi all,
>
> Please review this trivial change which adds `UseAVX, UseSSE and UseSVE` to the whitelist of IR test framework.
>
> Thanks.
> Best regards,
> Jie
Consider adding IR tests to vector testing group which we (Oracle) run with different AVX,SSE settings:
test/hotspot/jtreg/TEST.groups
@@ -84,6 +84,7 @@ hotspot_containers_extended = \
hotspot_vector_1 = \
compiler/c2/cr6340864 \
+ compiler/c2/irTests \
compiler/codegen \
compiler/loopopts/superword \
compiler/vectorapi \
I submitted testing with this additional change.
-------------
PR: https://git.openjdk.org/jdk/pull/9509
More information about the hotspot-compiler-dev
mailing list