Displaying 2 results from an estimated 2 matches for "efa9cfa8".
2015 Dec 10
2
Field sensitive alias analysis?
Please see inline.
struct S {
>> int a[10];
>> int b;
>> };
>>
>> int foo(struct S *ps, int i) {
>> ps->a[i] = 1;
>> ps->b = 2;
>> return ps->a[0];
>> }
>>
>> define i32 @foo(%struct.S* nocapture %ps, i32 %i) #0 {
>> entry:
>> %idxprom = sext i32 %i to i64
>> %arrayidx = getelementptr
2015 Dec 10
2
Field sensitive alias analysis?
..._________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151210/efa9cfa8/attachment-0001.html>