On Thu, 5 May 2022 02:14:08 GMT, Xiaohong Gong <xg...@openjdk.org> wrote:

>> src/hotspot/share/opto/vectorIntrinsics.cpp line 1232:
>> 
>>> 1230:   // out when current case uses the predicate feature.
>>> 1231:   if (!supports_predicate) {
>>> 1232:     bool use_predicate = false;
>> 
>> If we rename this to needs_predicate it will be easier to understand.
>
> Thanks for the comment! This local variable will be removed after adding the 
> similar intrinsify for store masked. Please help to see the PR 
> https://github.com/openjdk/jdk/pull/8544. Thanks so much!

Renamed to "needs_predicate". Thanks!

-------------

PR: https://git.openjdk.java.net/jdk/pull/8035

Reply via email to