[PATCH] D34926: Deprecation flag group + use for BB vectorizer options

Hal Finkel via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jul 1 13:28:45 PDT 2017


hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: docs/ReleaseNotes.rst:69
+
+- -fslp-vectorize-aggressive used to enable the BB vectorizing passes. They have been superseeded
+  by the normal SLP vectorizer.
----------------
There was only one pass, so maybe say, "... to enable the basic-block-vectorization pass."


https://reviews.llvm.org/D34926





More information about the cfe-commits mailing list