; Don't reduce the byte access to P[i], at least not on targets that ; support an efficient 'mem[r1+r2]' addressing mode. ; RUN: opt < %s -loop-reduce -disable-output declare i1 @pred(i32) define void @test(i8* %PTR) { ;