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

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 25 04:16:04 PDT 2022


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

Looks like not worth it? Seems that a second instance of this pass is really cheap to run.


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

https://reviews.llvm.org/D130374



More information about the llvm-commits mailing list