Skip to content

Commit a004d6c

Browse files
committed
Remove flags
1 parent dca0ac5 commit a004d6c

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

llvm/test/Transforms/LoopVectorize/RISCV/vplan-riscv-vector-reverse.ll

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
; RUN: -riscv-v-vector-bits-min=128 -disable-output < %s 2>&1 | FileCheck %s
1111

1212
define void @vector_reverse_i64(ptr nocapture noundef writeonly %A, ptr nocapture noundef readonly %B, i32 noundef signext %n) {
13-
; CHECK: VPlan 'Initial VPlan for VF={vscale x 4},UF>=1' {
13+
; CHECK: VPlan 'Initial VPlan for VF={vscale x 1,vscale x 2,vscale x 4},UF>=1' {
1414
; CHECK-NEXT: Live-in vp<[[VF:%.+]]> = VF
1515
; CHECK-NEXT: Live-in vp<[[VFxUF:%.+]]> = VF * UF
1616
; CHECK-NEXT: Live-in vp<[[VTC:%.+]]> = vector-trip-count
@@ -82,11 +82,11 @@ for.body: ; preds = %for.body.preheader,
8282
store i32 %add9, ptr %arrayidx3, align 4
8383
%cmp = icmp ugt i64 %indvars.iv, 1
8484
%indvars.iv.next = add nsw i64 %indvars.iv, -1
85-
br i1 %cmp, label %for.body, label %for.cond.cleanup, !llvm.loop !0
85+
br i1 %cmp, label %for.body, label %for.cond.cleanup
8686
}
8787

8888
define void @vector_reverse_f32(ptr nocapture noundef writeonly %A, ptr nocapture noundef readonly %B, i32 noundef signext %n) {
89-
; CHECK: VPlan 'Initial VPlan for VF={vscale x 4},UF>=1' {
89+
; CHECK: VPlan 'Initial VPlan for VF={vscale x 1,vscale x 2,vscale x 4},UF>=1' {
9090
; CHECK-NEXT: Live-in vp<[[VF:%.+]]> = VF
9191
; CHECK-NEXT: Live-in vp<[[VFxUF:%.+]]> = VF * UF
9292
; CHECK-NEXT: Live-in vp<[[VTC:%.+]]> = vector-trip-count
@@ -158,11 +158,5 @@ for.body: ; preds = %for.body.preheader,
158158
store float %conv1, ptr %arrayidx3, align 4
159159
%cmp = icmp ugt i64 %indvars.iv, 1
160160
%indvars.iv.next = add nsw i64 %indvars.iv, -1
161-
br i1 %cmp, label %for.body, label %for.cond.cleanup, !llvm.loop !0
161+
br i1 %cmp, label %for.body, label %for.cond.cleanup
162162
}
163-
164-
!0 = distinct !{!0, !1, !2, !3, !4}
165-
!1 = !{!"llvm.loop.mustprogress"}
166-
!2 = !{!"llvm.loop.vectorize.width", i32 4}
167-
!3 = !{!"llvm.loop.vectorize.scalable.enable", i1 true}
168-
!4 = !{!"llvm.loop.vectorize.enable", i1 true}

0 commit comments

Comments
 (0)