search for: ff8c034c

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

2013 Jun 10
0
[LLVMdev] Whole program alias analysis in backend
...bly be the best choice, as it gives you complete freedom. You could also split your analysis into multiple passes that depend on each other. Best, Jonas -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130610/ff8c034c/attachment.html>
2013 Jun 10
3
[LLVMdev] Whole program alias analysis in backend
Hello everyone, we are planning to implement a stronger alias analysis for backend, because e.g. for VLIW architectures, this is our main performance limitation. I would have 2 questions regarding this. I know that backend processes one function at a time, is it somehow possible to do there a whole program analysis, or could you give me some guidelines? Which alias analysis algorithm