RFR: 8291600: [vectorapi] vector cast op check is not always needed for vector mask cast [v7]
Xiaohong Gong
xgong at openjdk.org
Thu Sep 15 09:54:57 UTC 2022
On Thu, 15 Sep 2022 08:38:56 GMT, Xiaohong Gong <xgong at openjdk.org> wrote:
>> Yes, assert (!is_mask || (is_mask && num_elem_from == num_elem_to), "mask cast needs the same elem num ").
>
> Looks good. Thanks!
The new commit reverted this changes. I will add the assertion in https://github.com/openjdk/jdk/pull/10192.
-------------
PR: https://git.openjdk.org/jdk/pull/9737
More information about the hotspot-compiler-dev
mailing list