RFR: 8292898: [vectorapi] Unify vector mask cast operation [v4]
Quan Anh Mai
qamai at openjdk.org
Tue Sep 27 04:09:29 UTC 2022
On Tue, 27 Sep 2022 04:02:42 GMT, Xiaohong Gong <xgong at openjdk.org> wrote:
>> UseAVX > 2 signifies AVX512 target where carrier of all currently valid mask IR nodes is an opmask register.
>
> I see, thanks! I will change this later.
For AVX3, a mask register is used if the vector species is 512-bit wide or the machine supports AVX512VL, so this code is still relevant in this case.
-------------
PR: https://git.openjdk.org/jdk/pull/10192
More information about the hotspot-compiler-dev
mailing list