On Tue, Apr 15, 2025 at 02:33:23PM +0200, Richard Biener wrote: > ISTR at least CCP _prints_ wide_int (or it's tree form), not widest_int > (but the lattice has widest_int indeed). But CCP knows the precision > of the lattice entry (which is for an SSA name), possibly IPA CP > doesn't.
ipcp_bits_lattice that is being printed doesn't seem to know the precision. If it used wide_int, it would know it trivially from get_precision () on the m_value and m_mask. Jakub