On 03/22/2014 02:48 AM, Stuart Brady wrote: >> + case 'w': >> > + ct->ct |= TCG_CT_CONST_IS32; >> > + break; > It might be neater just to expose ts->type to tcg_target_const_match(), > which the TCG target can just ignore if it wants, but that might not > belong in this series, as this seems to affect PPC64 and IA64 too. >
That does sound quite sensible. r~