[Bug tree-optimization/37194] [4.3/4.4 Regression] Autovectorization of small constant iteration loop degrades performance
irar at il dot ibm dot com
gcc-bugzilla@gcc.gnu.org
Tue Dec 30 14:58:00 GMT 2008
------- 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
More information about the Gcc-bugs
mailing list