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/38513] Only postreload will remove a no-op store



------- Comment #4 from rguenth at gcc dot gnu dot org  2008-12-29 19:23 -------
Created an attachment (id=17002)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17002&action=view)
patch

The idea is simple - delete redundant stores whose RHS have the same
value-number
as the LHS.


-- 


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


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