iu, Hongtao
; Robin Dapp
Subject: Re: [PATCH v4 2/6] RISC-V: Add gr2vr cost helper function
> +/*
> + * Return the cost of operation that move from gpr to vr.
> + *
> + * It will take the value of --param=gpr2vr_cost if it is provided.
> + * Or the default regmove->GR2VR will b
+/*
+ * Return the cost of operation that move from gpr to vr.
+ *
+ * It will take the value of --param=gpr2vr_cost if it is provided.
+ * Or the default regmove->GR2VR will be returned.
+ */
Please still remove the leading '*' of the comment. The series is OK with that
fixed. Thanks for you