[clang] [llvm] [ARM] musttail fixes (PR #102896)

via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 30 03:35:38 PDT 2024


kiran-isaac wrote:

> What's the state of byval handling with the current version of the patch?

byval arguments to a tail call are allowed as long as they are not split between register and stack, same as before. My change to this check was incorrect

https://github.com/llvm/llvm-project/pull/102896


More information about the cfe-commits mailing list