Heuristic: If the number of operands in the alias are more than the number of
[llvm/stm8.git] / test / Analysis / BasicAA / empty.ll
blob7b06780e6b18fe9bca8594026d0c95d3b17a53c1
1 ; RUN: opt < %s -basicaa -aa-eval -print-all-alias-modref-info -disable-output \
2 ; RUN:   |& grep {NoAlias:      \{\}\\* \[%\]p, \{\}\\* \[%\]q}
4 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
6 define void @foo({}* %p, {}* %q) {
7   store {} {}, {}* %p
8   store {} {}, {}* %q
9   ret void