On 11/20/21 9:52 AM, gaosong wrote:
You're right, gen_set_gpr not need EXT_NONE at all, and we need not condition around gen_set_gpr. I think that if we know the dst_ext is EXT_NONE, we do't need gen_set_gpr.
But that assumes that gpr_dst did not return a temporary. I think it's cleaner to assume that gen_set_gpr is needed. r~