RFR: 8277508: need to check has_predicated_vectors before calling scalable_predicate_reg_slots [v2]
Yadong Wang
yadongwang at openjdk.java.net
Tue Nov 23 12:17:07 UTC 2021
On Mon, 22 Nov 2021 01:15:30 GMT, Yadong Wang <yadongwang at openjdk.org> wrote:
>> Hi, Team,
>> A separate set of predicate registers is not mandatory for an implementation of scalable vectors. It will cause a failure in some platform which supports scalable vectors without explicit predicated registers, like riscv. All code about RegVectMask should be covered by has_predicated_vectors here in Matcher::init_first_stack_mask().
>>
>> Yadong
>
> Yadong Wang has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
>
> 8277508: need to check has_predicated_vectors before calling scalable_predicate_reg_slots
Thanks. Could I have another (R)eviewer?
-------------
PR: https://git.openjdk.java.net/jdk/pull/6492
More information about the hotspot-compiler-dev
mailing list