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/15991] phi nodes with identical arguments still remain at t50.tailc


------- Additional Comments From rakdver at gcc dot gnu dot org  2004-06-15 16:11 -------
kill_redundant_phi_nodes does not handle these cases since the variables are 
pointers, and copy propagating constants for pointers requires folding the 
statements and rewriting the ssa form afterwards, which I originally wanted to 
avoid.  Now that we from some reason need to rewrite the ssa form anyway, it 
should be fairly easy to implement.

I however do not know why dom+dce fail to eliminate this.

-- 


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


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