search for: 1499192b

Displaying 1 result from an estimated 1 matches for "1499192b".

Did you mean: 149912
2015 Dec 10
2
Field sensitive alias analysis?
> On Dec 10, 2015, at 8:09 AM, Daniel Berlin via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > > Opps, you are right in my example basicaaa could do it potentially. Correct example is slightly different: > int foo(struct S *ps, int i) { > ps->a[i] = 1; > ps->b = 2; > return ps->a[i]; > } > Here basicaa cannot make sure that