Skip to content

Commit b571247

Browse files
committed
Update AArch64 test since we will no longer print any-of...
1 parent a1867ae commit b571247

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/test/Transforms/LoopVectorize/AArch64/select-costs.ll

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,6 @@ for.cond.cleanup: ; preds = %for.cond.cleanup.lo
5050

5151
define i32 @multi_user_cmp(ptr readonly %a, i64 noundef %n) {
5252
; CHECK: LV: Checking a loop in 'multi_user_cmp'
53-
; CHECK: Cost of 1 for VF 16:
54-
; CHECK: any-of reduction %all.off = select i1 %cmp1, i1 %all.off.next, i1 false
55-
; CHECK: Cost of 1 for VF 16:
56-
; CHECK: any-of reduction %.any.0.off0 = select i1 %cmp1, i1 true, i1 %any.0.off09
5753
; CHECK: Cost of 4 for VF 16: WIDEN ir<%cmp1> = fcmp olt ir<%load1>, ir<0.000000e+00>
5854
; CHECK: LV: Selecting VF: 16.
5955
entry:

0 commit comments

Comments
 (0)