RFR: 8289186: Support predicated vector load/store operations over X86 AVX2 targets. [v2]
Jatin Bhateja
jbhateja at openjdk.org
Mon Jul 4 16:43:41 UTC 2022
On Thu, 30 Jun 2022 01:46:43 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:
>> Jatin Bhateja has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8289186: Review comments resolved.
>
> src/hotspot/share/opto/vectorIntrinsics.cpp line 313:
>
>> 311: return true;
>> 312: }
>> 313:
>
> Why it is placed here without `is_supported` check? Comment does not explain it.
Refined the check and updated the comment.
-------------
PR: https://git.openjdk.org/jdk/pull/9324
More information about the hotspot-compiler-dev
mailing list