[NFC] LoopVectorizationCostModel::getMaximizedVFForTarget(): clarify debug msg
authorRoman Lebedev <lebedev.ri@gmail.com>
Thu, 17 Jun 2021 17:53:48 +0000 (20:53 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Thu, 17 Jun 2021 18:07:34 +0000 (21:07 +0300)
commit37dfc467ac807bde4f221edbf304d9a46c9789b2
tree8d773ab3dc85fe6da4e7489bbe66f6b653275a30
parent4e2aee8d3bab6010420d9be96480f1d8ae0f35c1
[NFC] LoopVectorizationCostModel::getMaximizedVFForTarget(): clarify debug msg

This really isn't talking about vectors in general,
but only about either fixed or scalable vectors,
and it's pretty confusing to see it state
that there aren't any vectors :)
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp