This adds a vectorize ''predicate" loop hint, e.g.:
#pragma loop vectorize(enable) vectorize_predicate(enable)
that can be used to indicate to the vectoriser that all statements should be predicated. This allows, for example, 'folding' of the remainder loop into the main loop.
You need to update AttrDocs.td for this as well.