Re: [PATCH 1/5] combine: more verbose costs output

2014-11-17 Thread Richard Biener
On Fri, Nov 14, 2014 at 8:19 PM, Segher Boessenkool wrote: > Output the cost calculation always, not only when the costs disallow > a combination. Checking if your port has sane costs is much easier > this way. > > Also there is no point in printing full lines at once; debug dumps > are never tra

[PATCH 1/5] combine: more verbose costs output

2014-11-14 Thread Segher Boessenkool
Output the cost calculation always, not only when the costs disallow a combination. Checking if your port has sane costs is much easier this way. Also there is no point in printing full lines at once; debug dumps are never translated, so we can print piece by piece. 2014-11-14 Segher Boessenko