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/35972] [4.4 Regression] load-PRE missed opportunities without SFTs



------- Comment #9 from rguenth at gcc dot gnu dot org  2008-08-17 10:57 -------
In theory elminate should handle these case, but even though phi-translation
reveals that the value of the load is available in bb 5 we do not update
avail-out if we do not end up doing an insertion.


-- 


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


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