Vector loops created by LoopVectorize should not benefit from
additional unrolling, because LV will interleave iterations to increase
parallelism (if profitable on the target) and almost all
canonicalization should have happened earlier.
After eaf48dd9b079c005d92ed9ef858f12bc452e71ef, loop unrolling is also
not needed to remove the backedge for vector loops where the VF >= the
vector trip count.