RFR: 8314612: TestUnorderedReduction.java fails with -XX:MaxVectorSize=32 and -XX:+AlignVector [v2]
Emanuel Peter
epeter at openjdk.org
Tue Sep 12 07:07:33 UTC 2023
On Mon, 11 Sep 2023 18:33:01 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> Emanuel Peter has updated the pull request incrementally with one additional commit since the last revision:
>>
>> rename ids
>
> test/hotspot/jtreg/compiler/loopopts/superword/TestUnorderedReduction.java line 77:
>
>> 75: case "vanilla-A" -> { framework.addFlags("-XX:+AlignVector"); }
>> 76: case "v016-U" -> { framework.addFlags("-XX:MaxVectorSize=16"); }
>> 77: case "v032-A" -> { framework.addFlags("-XX:MaxVectorSize=32", "-XX:+AlignVector"); }
>
> Is it possible to use full words here and in tests ids? `v016-U` -> `VectorSize16-Unaligned`.
Renamed them. Thanks for the suggestion @vnkozlov !
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15654#discussion_r1322541000
More information about the hotspot-compiler-dev
mailing list