[PATCH] More loop distribution TLC

2013-10-15 Thread Richard Biener
The following simplifies code, opportunities exposed by earlier changes. Bootstrapped on x86_64-unknown-linux-gnu, testing in progress. Richard. 2013-10-15 Richard Biener * tree-loop-distribution.c (build_empty_rdg): Inline into single user. (rdg_flag_vertex): Inline

[PATCH] More loop distribution TLC

2013-10-02 Thread Richard Biener
I split out some TLC to loop distribution from a patch I'll post shortly. Bootstrapped on x86_64-unknown-linux-gnu, testing in progress. Richard. 2013-10-02 Richard Biener * tree-loop-distribution.c: Include tree-vectorizer.h for find_loop_location. (enum partition_k

Re: [PATCH] More loop-distribution TLC

2013-09-13 Thread Richard Biener
On Fri, 13 Sep 2013, Richard Biener wrote: > > This is the last cleanup before I start adding new features. > > Bootstrapped and tested on x86_64-unknown-linux-gnu, applied to trunk. > > Richard. > > 2013-09-13 Richard Biener > > * tree-data-ref.h (known_dependences_p): Move here ...

[PATCH] More loop-distribution TLC

2013-09-13 Thread Richard Biener
This is the last cleanup before I start adding new features. Bootstrapped and tested on x86_64-unknown-linux-gnu, applied to trunk. Richard. 2013-09-13 Richard Biener * tree-data-ref.h (known_dependences_p): Move here ... * tree-loop-distribution.c (known_dependences_p): ...