search for: f6f820ee

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

2013 Oct 29
0
[LLVMdev] Two questions about MergeFunctions pass
...and then deletes G and writes out two thunks/aliases. That's the "replace 'F' with alias to 'F'" you're seeing.) Nick -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131028/f6f820ee/attachment.html>
2013 Oct 27
2
[LLVMdev] Two questions about MergeFunctions pass
Hi Nick. Can you help me sort some things out in MergeFucntions pass. While I was working on MergeFunctions pass I got several questions. I hardly tried to find all the answers by myself, but there are still two questions without answer. It is about merging functions itself (not comparing). First question is: Why sometimes we use RAUW and sometimes replaceDirectCallers. Would you help me