A8.6.92 MCR (Encoding A1): if coproc == '101x' then SEE "Advanced SIMD and VFP"
[llvm/stm8.git] / test / Analysis / BasicAA / 2003-11-04-SimpleCases.ll
blob010a45881039ee7d9e509139c2637f0b99057f27
1 ; This testcase consists of alias relations which should be completely
2 ; resolvable by basicaa.
4 ; RUN: opt < %s -basicaa -aa-eval -print-may-aliases -disable-output \
5 ; RUN: |& not grep May:
7 %T = type { i32, [10 x i8] }
9 define void @test(%T* %P) {
10   %A = getelementptr %T* %P, i64 0
11   %B = getelementptr %T* %P, i64 0, i32 0
12   %C = getelementptr %T* %P, i64 0, i32 1
13   %D = getelementptr %T* %P, i64 0, i32 1, i64 0
14   %E = getelementptr %T* %P, i64 0, i32 1, i64 5
15   ret void