[LV] Add missed optimization fold-tail test
The loop vectorizer avoids folding the tail for loop's whose trip-count is known to SCEV to be divisible by VF. In this case the assumption providing this information is not taken into account, so the tail is needlessly folded.
Loading
Please sign in to comment