1 ; RUN: opt < %s -aa-eval -print-all-alias-modref-info -disable-output |& grep {MustAlias:.*%R,.*%r}
2 ; Make sure that basicaa thinks R and r are must aliases.
4 define i32 @test(i8 * %P) {
6 %Q = bitcast i8* %P to {i32, i32}*
7 %R = getelementptr {i32, i32}* %Q, i32 0, i32 1
10 %q = bitcast i8* %P to {i32, i32}*
11 %r = getelementptr {i32, i32}* %q, i32 0, i32 1