We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1867ae commit b571247Copy full SHA for b571247
llvm/test/Transforms/LoopVectorize/AArch64/select-costs.ll
@@ -50,10 +50,6 @@ for.cond.cleanup: ; preds = %for.cond.cleanup.lo
50
51
define i32 @multi_user_cmp(ptr readonly %a, i64 noundef %n) {
52
; 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
56
-; CHECK: any-of reduction %.any.0.off0 = select i1 %cmp1, i1 true, i1 %any.0.off09
57
; CHECK: Cost of 4 for VF 16: WIDEN ir<%cmp1> = fcmp olt ir<%load1>, ir<0.000000e+00>
58
; CHECK: LV: Selecting VF: 16.
59
entry:
0 commit comments