[PATCH] D130374: [Passes] add a tail-call-elim pass near the end of the opt pipeline
Daniil Seredkin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 25 04:00:53 PDT 2022
vdsered added a comment.
JFYI @spatel As I see this is quite similar to issue 53482 <https://github.com/llvm/llvm-project/issues/53482>. I remember some efforts to move out marking tail calls to a separate pass <https://reviews.llvm.org/D60031> so this should be cheaper to do marking once again (not sure to what extent). It was not landed earlier, but it was ready to land as I understand :)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130374/new/
https://reviews.llvm.org/D130374
More information about the llvm-commits
mailing list