Re: [PATCH] Use new dump scheme to emit loop unroll/peel summary info (issue6941070)

2013-01-02 Thread Richard Henderson
On 12/17/2012 10:44 PM, Teresa Johnson wrote: > 2012-12-17 Teresa Johnson > > * dumpfile.c (dump_loc): Print filename with location. > * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Use > new location_t parameter to emit complete unroll message with > new du

Re: [PATCH] Use new dump scheme to emit loop unroll/peel summary info (issue6941070)

2013-01-02 Thread Teresa Johnson
On Thu, Dec 20, 2012 at 9:20 AM, Teresa Johnson wrote: > On Thu, Dec 20, 2012 at 1:21 AM, Bernhard Reutner-Fischer > wrote: > > Thanks for your comments. Responses inlined below, and new patch include > below. > >> On Mon, Dec 17, 2012 at 10:44:59PM -0800, Teresa Johnson wrote: >>>Index: tree-ss

Re: [PATCH] Use new dump scheme to emit loop unroll/peel summary info (issue6941070)

2012-12-20 Thread Teresa Johnson
On Thu, Dec 20, 2012 at 1:21 AM, Bernhard Reutner-Fischer wrote: Thanks for your comments. Responses inlined below, and new patch include below. > On Mon, Dec 17, 2012 at 10:44:59PM -0800, Teresa Johnson wrote: >>Index: tree-ssa-loop-ivcanon.c >>==

Re: [PATCH] Use new dump scheme to emit loop unroll/peel summary info (issue6941070)

2012-12-20 Thread Bernhard Reutner-Fischer
On Mon, Dec 17, 2012 at 10:44:59PM -0800, Teresa Johnson wrote: >Index: tree-ssa-loop-ivcanon.c >=== >--- tree-ssa-loop-ivcanon.c(revision 194516) >+++ tree-ssa-loop-ivcanon.c(working copy) >@@ -639,22 +639,24 @@ unloop_loops (

[PATCH] Use new dump scheme to emit loop unroll/peel summary info (issue6941070)

2012-12-17 Thread Teresa Johnson
This patch adds a few key messages summarizing loop unrolls and peels using the new dump infrastructure, along with an appropriate location for each loop. See also the following threads for context: http://gcc.gnu.org/ml/gcc/2012-12/msg00056.html http://gcc.gnu.org/ml/gcc-patches/2012-12/msg01000.