[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:18:52 PDT 2021
lxfind added a comment.
In D104807#2836836 <https://reviews.llvm.org/D104807#2836836>, @wenlei wrote:
> The change looks good. But...
>
> - I wonder how many more times we'll have to deal with this.. It indeed seems hard to enforce without IR change :(
> - Are we hitting SJLJ path? I thought there's no usage of that for our codebase.
This was hit in armv7 for iOS.
Yeah I couldn't think of a way to enforce this.
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