[Clang] ensure mangled names are valid identifiers before being suggested in ifunc...
[llvm-project.git] / llvm / test / Transforms / IndVarSimplify / 2011-09-19-vectoriv.ll
blob9315e6690e56f830aaac66a600c4a3fcc26a8040
1 ; RUN: opt < %s -passes=indvars -S | FileCheck %s
2 ; PR10946: Vector IVs are not SCEVable.
3 ; CHECK-NOT: phi
4 define void @test(i1 %arg) nounwind {
5 allocas:
6   br i1 %arg, label %cif_done, label %for_loop398
8 cif_done:                                         ; preds = %allocas
9   ret void
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>
15   br label %for_loop398