RFR: 8309129: AArch64: guarantee(T != T2S) failed: "incorrect arrangement" after JDK-8307795 [v3]
Tobias Hartmann
thartmann at openjdk.org
Mon Jun 5 06:27:05 UTC 2023
On Thu, 1 Jun 2023 06:33:56 GMT, Chang Peng <duke at openjdk.org> wrote:
>> This patch fixes the issue introduced by JDK-8307795. Since addv[1] cannot support "T2S" SIMD arrangement, we should use addp[2] in this case.
>>
>> TEST passed on AArch64:
>> hotspot:compiler/vectorapi, jdk:jdk/incubator/vector, tier1-3
>>
>> [1]: https://developer.arm.com/documentation/ddi0596/2020-12/SIMD-FP-Instructions/ADDV--Add-across-Vector-
>> [2]: https://developer.arm.com/documentation/ddi0596/2020-12/SIMD-FP-Instructions/ADDP--vector---Add-Pairwise--vector--
>
> Chang Peng has updated the pull request incrementally with one additional commit since the last revision:
>
> Update ProblemList and test case
Looks good to me. Testing passed.
-------------
Marked as reviewed by thartmann (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/14245#pullrequestreview-1461792062
More information about the hotspot-compiler-dev
mailing list