> +static bool
> +vsetvl_pre_insn_p (rtx_insn *rinsn)
> +{
> +  return recog_memoized (rinsn) >= 0
> +      && get_attr_type (rinsn) == TYPE_VSETVL_PRE;
> +}

Indent looks off on my screen.  Can you check?

Apart from that LGTM (no need for v2 of course).

Regards
 Robin

Reply via email to