[PATCH] D105807: [X86] pr51000 struct return tailcalling
Matheus Izvekov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 12 07:51:11 PDT 2021
mizvekov added a comment.
Thank you so much for this!
Quick question, when the backend disables tail-calling, how does that integrate with the new `[[clang::musttail]]` attribute?
Do we correctly reject the program in that case, or are we silently dropping the tail call?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105807/new/
https://reviews.llvm.org/D105807
More information about the llvm-commits
mailing list