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/37194] [4.3/4.4 Regression] Autovectorization of small constant iteration loop degrades performance



------- Comment #7 from irar at il dot ibm dot com  2008-12-30 14:57 -------
(In reply to comment #6)
> t.i:3: note: Vectorization may not be profitable.
> why doesn't the cost model then disallow vectorization here?

This is misleading. It only means that there exists loop bound threshold either
defined by the user or calculated with the cost model. It does not mean that
the cost model's decision is that the vectorization is not profitable.

I am adding this to our cleanup todo list.


-- 


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


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