search for: 452de0ba

Displaying 2 results from an estimated 2 matches for "452de0ba".

2018 Feb 24
0
CallSiteSplitting and musttail calls
...remove predecessors from the resulting Tail block? > * How to remove the Tail block itself when we're done? > > Thank you, > Fedor. > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180224/452de0ba/attachment.html>
2018 Feb 24
2
CallSiteSplitting and musttail calls
Hello! I've discovered that `CallSiteSplitting` optimization doesn't support musttail calls. The easiest fix as it stands is disabling it for such call sites: https://reviews.llvm.org/D43729 . However, I'm not happy with such contribution. My more sophisticated attempt has failed due to my poor understanding of llvm internals. Here is the attempted patch: