RFR: 8283667: [vectorapi] Vectorization for masked load with IOOBE with predicate feature [v2]
Xiaohong Gong
xgong at openjdk.java.net
Thu May 5 02:17:20 UTC 2022
On Thu, 28 Apr 2022 00:13:49 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:
>> Xiaohong Gong has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Rename the "usePred" to "offsetInRange"
>
> 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!
-------------
PR: https://git.openjdk.java.net/jdk/pull/8035
More information about the hotspot-compiler-dev
mailing list