Re: [PATCH] -fopt-info: add indentation via DUMP_VECT_SCOPE

2018-07-05 Thread Richard Biener
On Thu, Jul 5, 2018 at 10:42 AM Christophe Lyon wrote: > > On Tue, 3 Jul 2018 at 15:53, Richard Biener > wrote: > > > > On Tue, Jul 3, 2018 at 3:52 PM David Malcolm wrote: > > > > > > On Tue, 2018-07-03 at 09:37 +0200, Richard Biener wrote: > > > > On Mon, Jul 2, 2018 at 7:00 PM David Malcolm

Re: [PATCH] -fopt-info: add indentation via DUMP_VECT_SCOPE

2018-07-05 Thread Christophe Lyon
On Tue, 3 Jul 2018 at 15:53, Richard Biener wrote: > > On Tue, Jul 3, 2018 at 3:52 PM David Malcolm wrote: > > > > On Tue, 2018-07-03 at 09:37 +0200, Richard Biener wrote: > > > On Mon, Jul 2, 2018 at 7:00 PM David Malcolm > > > wrote: > > > > > > > > On Mon, 2018-07-02 at 14:23 +0200,

Re: [PATCH] -fopt-info: add indentation via DUMP_VECT_SCOPE

2018-07-03 Thread Richard Biener
On Tue, Jul 3, 2018 at 3:52 PM David Malcolm wrote: > > On Tue, 2018-07-03 at 09:37 +0200, Richard Biener wrote: > > On Mon, Jul 2, 2018 at 7:00 PM David Malcolm > > wrote: > > > > > > On Mon, 2018-07-02 at 14:23 +0200, Christophe Lyon wrote: > > > > On Fri, 29 Jun 2018 at 10:09, Richard Biener

Re: [PATCH] -fopt-info: add indentation via DUMP_VECT_SCOPE

2018-07-03 Thread David Malcolm
On Tue, 2018-07-03 at 09:37 +0200, Richard Biener wrote: > On Mon, Jul 2, 2018 at 7:00 PM David Malcolm > wrote: > > > > On Mon, 2018-07-02 at 14:23 +0200, Christophe Lyon wrote: > > > On Fri, 29 Jun 2018 at 10:09, Richard Biener > > ail. > > > com> wrote: > > > > > > > > On Tue, Jun 26, 2018

Re: [PATCH] -fopt-info: add indentation via DUMP_VECT_SCOPE

2018-07-03 Thread Richard Biener
On Mon, Jul 2, 2018 at 7:00 PM David Malcolm wrote: > > On Mon, 2018-07-02 at 14:23 +0200, Christophe Lyon wrote: > > On Fri, 29 Jun 2018 at 10:09, Richard Biener > com> wrote: > > > > > > On Tue, Jun 26, 2018 at 5:43 PM David Malcolm > > > wrote: > > > > > > > > This patch adds a concept of

Re: [PATCH] -fopt-info: add indentation via DUMP_VECT_SCOPE

2018-07-02 Thread Christophe Lyon
On Mon, 2 Jul 2018 at 19:00, David Malcolm wrote: > > On Mon, 2018-07-02 at 14:23 +0200, Christophe Lyon wrote: > > On Fri, 29 Jun 2018 at 10:09, Richard Biener > com> wrote: > > > > > > On Tue, Jun 26, 2018 at 5:43 PM David Malcolm > > > wrote: > > > > > > > > This patch adds a concept of

Re: [PATCH] -fopt-info: add indentation via DUMP_VECT_SCOPE

2018-07-02 Thread David Malcolm
On Mon, 2018-07-02 at 14:23 +0200, Christophe Lyon wrote: > On Fri, 29 Jun 2018 at 10:09, Richard Biener com> wrote: > > > > On Tue, Jun 26, 2018 at 5:43 PM David Malcolm > > wrote: > > > > > > This patch adds a concept of nested "scopes" to dumpfile.c's > > > dump_*_loc > > > calls, and wires

Re: [PATCH] -fopt-info: add indentation via DUMP_VECT_SCOPE

2018-07-02 Thread Christophe Lyon
On Fri, 29 Jun 2018 at 10:09, Richard Biener wrote: > > On Tue, Jun 26, 2018 at 5:43 PM David Malcolm wrote: > > > > This patch adds a concept of nested "scopes" to dumpfile.c's dump_*_loc > > calls, and wires it up to the DUMP_VECT_SCOPE macro in tree-vectorizer.h, > > so that the nested

Re: [PATCH] -fopt-info: add indentation via DUMP_VECT_SCOPE

2018-06-29 Thread Richard Biener
On Tue, Jun 26, 2018 at 5:43 PM David Malcolm wrote: > > This patch adds a concept of nested "scopes" to dumpfile.c's dump_*_loc > calls, and wires it up to the DUMP_VECT_SCOPE macro in tree-vectorizer.h, > so that the nested structure is shown in -fopt-info by indentation. > > For example, this

[PATCH] -fopt-info: add indentation via DUMP_VECT_SCOPE

2018-06-26 Thread David Malcolm
This patch adds a concept of nested "scopes" to dumpfile.c's dump_*_loc calls, and wires it up to the DUMP_VECT_SCOPE macro in tree-vectorizer.h, so that the nested structure is shown in -fopt-info by indentation. For example, this converts -fopt-info-all e.g. from: test.c:8:3: note: ===