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/24001] Simple redundancy not eliminated



------- Comment #6 from dberlin at gcc dot gnu dot org  2006-01-03 18:39 -------
You are confused about what load PRE does.  It will not lift these load because
it is not partially redundant.
You are looking for some sort of generic code hoister.


-- 


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



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