This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/33562] [4.3 Regression] aggregate DSE disabled
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Sep 2007 13:38:01 -0000
- Subject: [Bug tree-optimization/33562] [4.3 Regression] aggregate DSE disabled
- References: <bug-33562-10053@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from rguenth at gcc dot gnu dot org 2007-09-27 13:38 -------
Created an attachment (id=14256)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14256&action=view)
more complete patch to resture DCE of killing defs
It still breaks in some cases. With the unfortunate fact that we need the
VMAYUSEs even for killing defs we might end up to need to do a two-phase DCE
for those :/ (See the special casing of PHI_NODEs in the patch, it seems some
more special casing is missing)
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #14254|0 |1
is obsolete| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33562