re PR middle-end/63155 (memory hog)
authorRichard Biener <rguenther@suse.de>
Tue, 10 Mar 2015 11:16:33 +0000 (11:16 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 10 Mar 2015 11:16:33 +0000 (11:16 +0000)
commita563c2869215ff2581159dc8fa429d8b969477e6
tree4cbc47b87a03895c92aeef265dd610dc202a91b8
parent77d68d9796d35dbd48513518b7ae338979038547
re PR middle-end/63155 (memory hog)

2015-03-10  Richard Biener  <rguenther@suse.de>

PR middle-end/63155
* tree-ssa-coalesce.h (verify_ssa_coalescing): Declare.
* tree-ssa-coalesce.c: Include timevar.h.
(attempt_coalesce): Handle graph being NULL.
(coalesce_partitions): Call verify_ssa_coalescing if ENABLE_CHECKING.
Split out abnormal coalescing to ...
(perform_abnormal_coalescing): ... this function.
(coalesce_ssa_name): Perform abnormal coalescing without computing
live/conflict.
(verify_ssa_coalescing_worker): New function.
(verify_ssa_coalescing): Likewise.

From-SVN: r221318
gcc/ChangeLog
gcc/tree-ssa-coalesce.c
gcc/tree-ssa-coalesce.h