As discussed on IRC when D34846 came up, removing flags is problematic from a UX experience.
This change introduces a new option group similar to the group GCC optimizer flags like -fexpensive-optimizations. This gives a warning by default, but can be silenced appropriately. Move the two BB vectorizer flags into this option group, test them and add a release note entry.
There was only one pass, so maybe say, "... to enable the basic-block-vectorization pass."