RFR: 8275448: [REDO] AArch64: Implement string_compare intrinsic in SVE [v3]
Tobias Hartmann
thartmann at openjdk.java.net
Mon Nov 8 07:57:46 UTC 2021
On Tue, 2 Nov 2021 00:16:44 GMT, TatWai Chong <duke at openjdk.java.net> wrote:
>> After JDK-8269559 was integrated there are failures in tier1 testing
>> across Mac OS X 11.4 (aarch64) machines. Please see JDK-8275263.
>>
>> This patch is NOT functional; rather, this tends to verify potential
>> toolchain issues as the original patch pass testing on other
>> platforms.
>>
>> In this patch, we remove new SVE-related matching rules and register
>> class introduced in the original patch to minimally affect the
>> non-SVE part.
>
> TatWai Chong has updated the pull request incrementally with one additional commit since the last revision:
>
> Add the matching rule in td file, enable control path in the code stub.
Yes, I executed the same testing (and much more) that triggered the failures with your original test. But I'll re-run just to make sure.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6072
More information about the hotspot-compiler-dev
mailing list