Re: [patch] Add tree-ssa-loop.h and friends.

2013-10-09 Thread Richard Biener
On Tue, Oct 8, 2013 at 4:15 PM, Andrew MacLeod amacl...@redhat.com wrote: On 10/08/2013 09:18 AM, Richard Biener wrote: On Tue, Oct 8, 2013 at 2:58 PM, Andrew MacLeod amacl...@redhat.com wrote: I just took a quick stab at it... I think its pretty involved and someone with better loop

Re: [patch] Add tree-ssa-loop.h and friends.

2013-10-08 Thread Richard Biener
On Mon, Oct 7, 2013 at 3:39 PM, Andrew MacLeod amacl...@redhat.com wrote: On 10/07/2013 04:44 AM, Richard Biener wrote: On Thu, Oct 3, 2013 at 4:11 AM, Andrew MacLeod amacl...@redhat.com wrote: this patch consolidates tree-ssa-loop*.c files with new .h files as required (8 in total) A

Re: [patch] Add tree-ssa-loop.h and friends.

2013-10-08 Thread Andrew MacLeod
On 10/08/2013 05:57 AM, Richard Biener wrote: On Mon, Oct 7, 2013 at 3:39 PM, Andrew MacLeod amacl...@redhat.com wrote: On 10/07/2013 04:44 AM, Richard Biener wrote: On Thu, Oct 3, 2013 at 4:11 AM, Andrew MacLeod amacl...@redhat.com wrote: this patch consolidates tree-ssa-loop*.c files with

Re: [patch] Add tree-ssa-loop.h and friends.

2013-10-08 Thread Andrew MacLeod
On 10/08/2013 07:38 AM, Andrew MacLeod wrote: On 10/08/2013 05:57 AM, Richard Biener wrote: Hm. Index: loop-iv.c === *** loop-iv.c (revision 203243) --- loop-iv.c (working copy) *** along with GCC; see the file

Re: [patch] Add tree-ssa-loop.h and friends.

2013-10-08 Thread Andrew MacLeod
On 10/08/2013 08:35 AM, Andrew MacLeod wrote: On 10/08/2013 07:38 AM, Andrew MacLeod wrote: On 10/08/2013 05:57 AM, Richard Biener wrote: Hm. Index: loop-iv.c === *** loop-iv.c (revision 203243) --- loop-iv.c (working copy)

Re: [patch] Add tree-ssa-loop.h and friends.

2013-10-08 Thread Richard Biener
On Tue, Oct 8, 2013 at 2:58 PM, Andrew MacLeod amacl...@redhat.com wrote: On 10/08/2013 08:35 AM, Andrew MacLeod wrote: On 10/08/2013 07:38 AM, Andrew MacLeod wrote: On 10/08/2013 05:57 AM, Richard Biener wrote: Hm. Index: loop-iv.c

Re: [patch] Add tree-ssa-loop.h and friends.

2013-10-08 Thread Andrew MacLeod
On 10/08/2013 09:18 AM, Richard Biener wrote: On Tue, Oct 8, 2013 at 2:58 PM, Andrew MacLeod amacl...@redhat.com wrote: I just took a quick stab at it... I think its pretty involved and someone with better loop comprehension should probably look at the followup of removing that requirement.

Re: [patch] Add tree-ssa-loop.h and friends.

2013-10-07 Thread Richard Biener
On Thu, Oct 3, 2013 at 4:11 AM, Andrew MacLeod amacl...@redhat.com wrote: this patch consolidates tree-ssa-loop*.c files with new .h files as required (8 in total) A number of the prototypes were in tree-flow.h, but there were also a few in cfgloop.h. tree-ssa-loop.h was created to contain a

Re: [patch] Add tree-ssa-loop.h and friends.

2013-10-03 Thread Andrew MacLeod
On 10/02/2013 10:11 PM, Andrew MacLeod wrote: this patch consolidates tree-ssa-loop*.c files with new .h files as required (8 in total) A number of the prototypes were in tree-flow.h, but there were also a few in cfgloop.h. tree-ssa-loop.h was created to contain a couple of common structs

[patch] Add tree-ssa-loop.h and friends.

2013-10-02 Thread Andrew MacLeod
this patch consolidates tree-ssa-loop*.c files with new .h files as required (8 in total) A number of the prototypes were in tree-flow.h, but there were also a few in cfgloop.h. tree-ssa-loop.h was created to contain a couple of common structs and act as the gathering file for any generally