This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/14758] [tree-ssa] another missed forward propagation opportunity
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Mar 2004 21:35:33 -0000
- Subject: [Bug optimization/14758] [tree-ssa] another missed forward propagation opportunity
- References: <20040328015408.14758.kazu@cs.umass.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-03-30 21:35 -------
The reason why forwprop does not catch all of the them is that it does not run over and over on
the same statement.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14758