[PATCH] D45395: [RISCV] Implement tail call optimization
Mandeep Singh Grang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 25 13:15:58 PDT 2018
mgrang added a comment.
In https://reviews.llvm.org/D45395#1076818, @asb wrote:
> It looks like this must be applied on top of https://reviews.llvm.org/D44885. Could you please rebase on to the latest version of that patch? It would also be useful to use 'Edit Related Revisions...' to indicate the in-flight patch(es) that this depends on.
Rebasing on top of https://reviews.llvm.org/D44885 seems to have broken tail call opt. I am debugging right now. Will push the updated patch once I have the fix.
Repository:
rL LLVM
https://reviews.llvm.org/D45395
More information about the llvm-commits
mailing list