On Fri, 6 May 2022 14:59:26 GMT, Paul Sandoz <psan...@openjdk.org> wrote:

>> Make sense! Thanks for the explanation!
>
> Doh! of course. This is not the first and will not be the last time i get 
> caught out by the 2-slot requirement.
> It may be useful to do this:
> 
> Node* mask_arg = is_store ? argument(8) : argument(7);

Yes, the mask argument is got like:

 Node* mask = unbox_vector(is_store ? argument(8) : argument(7), mbox_type, 
elem_bt, num_elem);

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

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

Reply via email to