------- 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