================
@@ -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) {
----------------
dschuff wrote:
This is a completely unrelated change. Can it be split out into a separate PR
(preferably with a test?)
https://github.com/llvm/llvm-project/pull/124365
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits