[llvm] [WebAssembly] Disallow tail calls with byval arguments (PR #125142)

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 30 17:54:10 PST 2025


efriedma-quic wrote:

Aren't byval arguments passed via the explicit stack pointer?  I think you have the same issues you'd have with a conventional architecture.

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


More information about the llvm-commits mailing list