[clang] [llvm] [clang][docs] Fix typos concerning wasm __funcref (PR #124365)

Timothy Herchen via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 27 09:00:01 PST 2025


================
@@ -1211,6 +1211,15 @@ WebAssemblyTargetLowering::LowerCall(CallLoweringInfo &CLI,
         }
       }
     }
+
+    // If outgoing arguments are passed via the stack, we cannot tail call
+    for (const ISD::OutputArg &Out : CLI.Outs) {
----------------
anematode wrote:

Whoops! 😅

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


More information about the llvm-commits mailing list