1 ; RUN: opt < %s -passes=indvars -S | FileCheck %s
2 ; PR10946: Vector IVs are not SCEVable.
4 define void @test(i1 %arg) nounwind {
6 br i1 %arg, label %cif_done, label %for_loop398
8 cif_done: ; preds = %allocas
11 for_loop398: ; preds = %for_loop398, %allocas
12 %storemerge35 = phi <4 x i32> [ %storemerge, %for_loop398 ], [ undef, %allocas ]
13 %bincmp431 = icmp sge <4 x i32> %storemerge35, <i32 5, i32 5, i32 5, i32 5>
14 %storemerge = bitcast <4 x float> undef to <4 x i32>