]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR middle-end/54146 (Very slow compile with attribute((flatten)))
authorRichard Guenther <rguenther@suse.de>
Thu, 16 Aug 2012 14:27:51 +0000 (14:27 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 16 Aug 2012 14:27:51 +0000 (14:27 +0000)
commitf5843d08b462559af731ed7bd40f2d8e7a1b47e1
tree376f51f58149bf3a9c71811ae304381e607e6ff2
parent0c8036f70a641b1821290e0c7f35c5a911a4a77a
re PR middle-end/54146 (Very slow compile with attribute((flatten)))

2012-08-16  Richard Guenther  <rguenther@suse.de>

PR middle-end/54146
* tree-ssa-loop-niter.c (find_loop_niter_by_eval): Free the
exit vector.
* ipa-pure-const.c (analyze_function): Use FOR_EACH_LOOP_BREAK.
* cfgloop.h (FOR_EACH_LOOP_BREAK): Fix.
* tree-ssa-structalias.c (handle_lhs_call): Properly free rhsc.
* tree-into-ssa.c (get_ssa_name_ann): Allocate info only when
needed.
* tree-ssa-loop-im.c (analyze_memory_references): Adjust.
(tree_ssa_lim_finalize): Free all mem_refs.
* tree-ssa-sccvn.c (extract_and_process_scc_for_name): Free
scc when bailing out.
* modulo-sched.c (sms_schedule): Use FOR_EACH_LOOP_BREAK.
* ira-build.c (loop_with_complex_edge_p): Free loop exit vector.
* graphite-sese-to-poly.c (scop_ivs_can_be_represented): Use
FOR_EACH_LOOP_BREAK.

From-SVN: r190445
gcc/ChangeLog
gcc/cfgloop.h
gcc/graphite-sese-to-poly.c
gcc/ipa-pure-const.c
gcc/ira-build.c
gcc/modulo-sched.c
gcc/tree-into-ssa.c
gcc/tree-ssa-loop-im.c
gcc/tree-ssa-loop-niter.c
gcc/tree-ssa-sccvn.c
gcc/tree-ssa-structalias.c