> +(define_expand "mask_len_strided_store_<mode>"
> +  [(match_operand       0 "pmode_reg_or_0_operand")
> +   (match_operand       1 "pmode_reg_or_0_operand")
> +   (match_operand:V     2 "register_operand")
> +   (match_operand:<VM>  3 "vector_mask_operand")
> +   (match_operand       4 "autovec_length_operand")
> +   (match_operand       5 "const_0_operand")]
> +  "TARGET_VECTOR"
> +  {
> +    riscv_vector::expand_strided_store(<MODE>mode, operands);

Nit, space before '('.
LGTM with that fixed and once the middle-end changes are in.

-- 
Regards
 Robin

Reply via email to