On 05/13/2015 10:53 AM, Uros Bizjak wrote: > The only part that actually processes CONST_WIDE_INT is > alpha_legitimate_constant and movti expander. The latter immediately > splits any TImode CONST_WIDE_INTs. >
Indeed. Also probably worth cleaning up is using CONST_SCALAR_INT_P, where both CONST_INT and CONST_WIDE_INT are allowed. r~