]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/32919 (SSA corruption because of abnormal edges and PRE)
authorDaniel Jacobowitz <dan@codesourcery.com>
Wed, 1 Aug 2007 16:53:01 +0000 (16:53 +0000)
committerDaniel Jacobowitz <drow@gcc.gnu.org>
Wed, 1 Aug 2007 16:53:01 +0000 (16:53 +0000)
commit62b0d9ecf809e007149b3921256ba6999e95dc89
treed02919ec89b4a0c74b6a0015731011335652b7ca
parent08e7e8cb97f7b79d945ac7a53102cc94ce6f433c
re PR tree-optimization/32919 (SSA corruption because of abnormal edges and PRE)

PR tree-optimization/32919
* tree-ssa-sccvn.c (visit_phi): Do not visit abnormal PHIs.
* tree-ssa-coalesce.c (ssa_conflicts_dump): New.
(coalesce_ssa_name): Call it.

From-SVN: r127132
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr32919.c [new file with mode: 0644]
gcc/tree-ssa-coalesce.c
gcc/tree-ssa-sccvn.c