On 12/15/23 13:52, juzhe.zh...@rivai.ai wrote:
> Do you mean :
> 
>   /* We need to use precomputed mask for such situation and such mask
>      can only be computed in compile-time known size modes.  */
>   bool indices_fit_selector_p
>     = GET_MODE_BITSIZE (GET_MODE_INNER (vmode)) > 8 || known_lt (vec_len, 
> 256);
>   if (!indices_fit_selector_p && !vec_len.is_constant ())
>     return false;

Yes and then reuse this in the if.

Regards
 Robin

Reply via email to