This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/17400] out of SSA corruption


------- Additional Comments From amacleod at redhat dot com  2004-09-10 18:11 -------
copyrename is making no attempt to prevent coalescing across abnormal edges.
 
There are a couple of issues to be resolved.
1 - abormal phi usage should be propagated to partitions when variables are merged
2 - dont coalesce partitions which are used in abnormnal phis,
3 - unless we are sure its safe to coalesce. Which we can be sure of in some
circumstances. (for instance, a single SSA_NAME occurence of a root variable)
 
3) May turn out to be an enhancement for 4.1


I'll provide a patch in a bit when I've thought about 3) a tiny bit more.



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17400


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]