On Thu, Jul 08, 2021 at 02:37:52PM -0700, Richard Henderson wrote: > The temp allocated for tcg_const_tl is auto-freed at branches, > but pure constants are not. So we can remove the extra hoop > jumping in trans_l_swa.
This is nice. > Signed-off-by: Richard Henderson <[email protected]> Reviewed-by: Stafford Horne <[email protected]>
