search for: efeeecc2

Displaying 2 results from an estimated 2 matches for "efeeecc2".

2012 Sep 21
0
[LLVMdev] Alias Analysis accuracy
...ias: i32* %1, i32* %8 > > NoAlias: i32* %4, i32* %8 > > > -- Welson Phone: (408) 418-8385 Email: welson.sun at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120921/efeeecc2/attachment.html>
2012 Sep 21
3
[LLVMdev] Alias Analysis accuracy
On Fri, Sep 21, 2012 at 3:08 PM, Welson Sun <welson.sun at gmail.com> wrote: > OK, with the restrict type qualifier, it is a little bit better: > > The IR's function signature becomes: > define void @foo(i32* noalias %a, i32* noalias %b, i32* noalias %c) nounwind > { > > Now the AA result: > Function: foo: 13 pointers, 0 call sites > NoAlias: i32* %a,