; RUN: llvm-as < %s | opt -loop-reduce | llvm-dis | grep phi | count 1 ; This testcase should have ONE stride 18 indvar, the other use should have a ; loop invariant value (B) added to it inside of the loop, instead of having ; a whole indvar based on B for it. declare i1 @cond(i32) define void @test(i32 %B) { ;