[PATCH] D33396: [LV] Report multiple reasons for not vectorizing under allowExtraAnalysis
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 22 06:12:23 PDT 2017
fhahn added inline comments.
================
Comment at: lib/Transforms/Vectorize/LoopVectorize.cpp:5211
// which may limit our maximum vectorization factor, so just return true with
// no restrictions.
+ if (ORE->allowExtraAnalysis())
----------------
I think the comment also needs updating, mentioning the ORE->allowExtraAnalysis() case
https://reviews.llvm.org/D33396
More information about the llvm-commits
mailing list