search for: 9f452e5a

Displaying 3 results from an estimated 3 matches for "9f452e5a".

2010 Nov 29
2
[LLVMdev] LLVM Inliner
...> LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101129/9f452e5a/attachment.html>
2010 Nov 29
0
[LLVMdev] LLVM Inliner
Hi David, > Interesting -- LLVM does perform on the fly cleanups during inlining > transformation -- this will make summary update precise. One thing I notice from > the debug pass dump is that the 'deduce function attribute' pass happens before > the clean up -- Is it intended? you are correct. This is due to a limitation of the pass manager: it would clearly be better to
2010 Nov 24
3
[LLVMdev] LLVM Inliner
On Wed, Nov 24, 2010 at 12:37 PM, Nick Lewycky <nicholas at mxc.ca> wrote: > Xinliang David Li wrote: > >> Hi, I browsed the LLVM inliner implementation, and it seems there is >> room for improvement. (I have not read it too carefully, so correct me >> if what I observed is wrong). >> >> First the good side of the inliner -- the function level summary