On 4/20/20 12:30 AM, David Hildenbrand wrote: >> +#if TARGET_LONG_BITS == 64 >> +# define tcg_gen_gvec_dup_tl tcg_gen_gvec_dup_i64 >> +#else >> +# define tcg_gen_gvec_dup_tl tcg_gen_gvec_dup_i32 >> +#endif >> + > > Any user in mind?
riscv -- the in-progress patches have some ifdefs that could be avoided. r~