This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/34503] Issues with constant/copy propagation implementation in gcse.c
- From: "steven at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Dec 2007 08:22:28 -0000
- Subject: [Bug rtl-optimization/34503] Issues with constant/copy propagation implementation in gcse.c
- References: <bug-34503-280@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from steven at gcc dot gnu dot org 2007-12-17 08:22 -------
When the issue of comment #0 is resolved, local const/copy propagation can make
use of implicit sets. This would result in more propagations, because the
global cprop pass can pick up the locally propagated implicit sets.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34503