On 12/15/20 8:01 PM, frank.ch...@sifive.com wrote: > From: Frank Chang <frank.ch...@sifive.com> > > Signed-off-by: Kito Cheng <kito.ch...@sifive.com> > Signed-off-by: Frank Chang <frank.ch...@sifive.com>
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > + return gen_unary(ctx, a, &tcg_gen_ctpop_tl); ... > + return gen_unary(ctx, a, &gen_pcntw); You can drop all of the unnecessary &'s. r~