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/23346] [4.1/4.2/4.3 Regression] FRE before DCE makes a mess of loads or need to sink loads



------- Comment #15 from pinskia at gcc dot gnu dot org  2007-01-15 20:15 -------
Even though we now do a DCE before FRE, we still don't get this correct as we
don't have we don't have aliasing (during the first DCE) so we assume all loads
as violatile.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2006-10-10 11:58:07         |2007-01-15 20:15:47
               date|                            |


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


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