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/15559] [3.3/3.4/3.5 Regression] SSAPRE misses obvious redundant expression


------- Additional Comments From dberlin at gcc dot gnu dot org  2004-06-10 16:05 -------
Actually, i'm not sure what you expect to happen here.
We won't hoist this because there is no point in hoisting this, it doesn't reduce the total number of 
computations along any path, but does increase the lifetime.
There is nothing redundant along any single path in the program.


-- 


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


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