[llvm] [RISCV] Fix musttail with indirect arguments by forwarding incoming pointers (PR #185094)
Xavier Roche via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 19 04:22:56 PDT 2026
================
----------------
xroche wrote:
Thanks for the feedback ! I rebased on post-revert main. The indirect arg forwarding now uses virtual registers instead of SDValues; I did not include the byval/sret re-implementation (from the reverted #170547) as this is a separate issue; should I make a follow-up ?
https://github.com/llvm/llvm-project/pull/185094
More information about the llvm-commits
mailing list