|
1 |
| -; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py |
2 | 1 | ; This is the loop in c++ being vectorize in this file with
|
3 | 2 | ;vector.reverse
|
4 | 3 | ; #pragma clang loop vectorize_width(4, scalable)
|
@@ -195,12 +194,7 @@ define void @vector_reverse_i64(ptr nocapture noundef writeonly %A, ptr nocaptur
|
195 | 194 | ; CHECK: IR %indvars.iv.next = add nsw i64 %indvars.iv, -1
|
196 | 195 | ; CHECK-NEXT: No successors
|
197 | 196 | ; CHECK-NEXT: }
|
198 |
| -; CHECK-NEXT: LV: Loop does not require scalar epilogue |
199 |
| -; CHECK-NEXT: LV: Loop does not require scalar epilogue |
200 |
| -; CHECK-NEXT: LV: Interleaving disabled by the pass manager |
201 |
| -; CHECK-NEXT: LV: Loop does not require scalar epilogue |
202 |
| -; CHECK-NEXT: LV: Vectorizing: innermost loop. |
203 |
| -; CHECK-EMPTY: |
| 197 | +; CHECK: LV: Loop does not require scalar epilogue |
204 | 198 | ;
|
205 | 199 | entry:
|
206 | 200 | %cmp7 = icmp sgt i32 %n, 0
|
@@ -414,11 +408,7 @@ define void @vector_reverse_f32(ptr nocapture noundef writeonly %A, ptr nocaptur
|
414 | 408 | ; CHECK: IR %indvars.iv.next = add nsw i64 %indvars.iv, -1
|
415 | 409 | ; CHECK-NEXT: No successors
|
416 | 410 | ; CHECK-NEXT: }
|
417 |
| -; CHECK-NEXT: LV: Loop does not require scalar epilogue |
418 |
| -; CHECK-NEXT: LV: Loop does not require scalar epilogue |
419 |
| -; CHECK-NEXT: LV: Interleaving disabled by the pass manager |
420 |
| -; CHECK-NEXT: LV: Loop does not require scalar epilogue |
421 |
| -; CHECK-NEXT: LV: Vectorizing: innermost loop. |
| 411 | +; CHECK: LV: Loop does not require scalar epilogue |
422 | 412 | ;
|
423 | 413 | entry:
|
424 | 414 | %cmp7 = icmp sgt i32 %n, 0
|
|
0 commit comments