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 optimization/14770] redundant store due to the fact that implicit set is not noticed


------- Additional Comments From kazu at cs dot umass dot edu  2004-03-30 01:42 -------
AFAIK, gcse, the one before reload, notices implicit sets for the purpose of
constant propagation.  That's probably why foo(a) and foo(0) produce the same
result.


-- 


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


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