[PATCH] D130374: [Passes] add a tail-call-elim pass near the end of the opt pipeline

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 25 05:38:18 PDT 2022


spatel added a comment.

In D130374#3675634 <https://reviews.llvm.org/D130374#3675634>, @vdsered wrote:

> 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 :)

Thanks for the pointer! I didn't know about that patch. I'll add a note about that to the commit message, so we can revive it if we decide it is worth saving some compile-time for a little extra code/specialization.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130374/new/

https://reviews.llvm.org/D130374



More information about the llvm-commits mailing list