[PATCH] D33396: [LV] Report multiple reasons for not vectorizing under allowExtraAnalysis

Adam Nemet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 22 14:14:05 PDT 2017


anemet added inline comments.


================
Comment at: docs/Vectorizers.rst:101-103
 ``-Rpass-analysis=loop-vectorize`` identifies the statements that caused
-vectorization to fail.
+vectorization to fail. If in addition ``-fsave-optimization-record`` is
+provided, multiple causes of vectorization failure may be listed.
----------------
I am curious what others think but I am not sure we want to advertise this, i.e. this is more of a bug than a feature.  After PR32352 this should work even without -fsave-optimization-record. 


https://reviews.llvm.org/D33396





More information about the llvm-commits mailing list