> Hi, > > dumps of the lattices representing bit-values and of propagation > results of bit-values can print a really long hexadecimal value when > the bit-value represents -1 (all bits set). This patch simply detect > that situation and prints the string "-1" in that case, making the > dumps somewhat nicer. > > I am not sure if it is worth to put this kind of dumping to > wide-int-print.cc but I can do that if people would like me to (in that > case I'm opened to suggestions for a suitable name of the function). > > Bootstrapped and tested on x86_64-linux. It only affects IPA dumps, OK > for master now?
OK, thanks! Honza