Differential D134745 Diff 463299 llvm/test/Transforms/LoopVectorize/X86/outer_loop_test1_no_explicit_vect_width.ll
Changeset View
Changeset View
Standalone View
Standalone View
llvm/test/Transforms/LoopVectorize/X86/outer_loop_test1_no_explicit_vect_width.ll
Show First 20 Lines • Show All 103 Lines • ▼ Show 20 Lines | for.inc8: ; preds = %for.body3 | ||||
%indvars.iv.next22 = add nuw nsw i64 %indvars.iv21, 1 | %indvars.iv.next22 = add nuw nsw i64 %indvars.iv21, 1 | ||||
%exitcond23 = icmp eq i64 %indvars.iv.next22, 8 | %exitcond23 = icmp eq i64 %indvars.iv.next22, 8 | ||||
br i1 %exitcond23, label %for.end10, label %for.body, !llvm.loop !1 | br i1 %exitcond23, label %for.end10, label %for.body, !llvm.loop !1 | ||||
for.end10: ; preds = %for.inc8 | for.end10: ; preds = %for.inc8 | ||||
ret void | ret void | ||||
} | } | ||||
!1 = distinct !{!1, !2} | !1 = distinct !{!1, !2, !3} | ||||
!2 = !{!"llvm.loop.vectorize.enable", i1 true} | !2 = !{!"llvm.loop.vectorize.enable", i1 true} | ||||
!3 = !{!"llvm.loop.interleave.enable", i1 false} |