[PATCH] D104807: [SjLj] Insert UnregisterFn before musttail call

Xun Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 23 12:53:34 PDT 2021


lxfind added a comment.

In D104807#2836908 <https://reviews.llvm.org/D104807#2836908>, @modimo wrote:

> What would an IR change look like to enforce this?

Modify the IR insertion API and adjust insertion point whenever a musttail call is detected?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104807



More information about the llvm-commits mailing list