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/32824] Missed reduction vectorizer after store to global is LIM'd



------- Comment #4 from dorit at gcc dot gnu dot org  2007-07-24 08:59 -------
Just for the record - as we discussed last week, there are two ways to solve
this problem - either have LIM leave behind it cleaner code (smthing like
copy-prop + dce to eliminate the extra copy stmts), or improve the reduction
detection code in the vectorizer, which is something we want to do anyway.
Actually this looks like a duplicate of PR25621.


-- 


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


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