[llvm] [WebAssembly][GlobalISel] CallLowering `lowerFormalArguments` (PR #180263)

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 10 13:48:10 PDT 2026


================
@@ -50,13 +71,222 @@ bool WebAssemblyCallLowering::lowerReturn(MachineIRBuilder &MIRBuilder,
   return false;
 }
 
+static unsigned getWASMArgumentOpcode(MVT ArgType) {
----------------
dschuff wrote:

```suggestion
static unsigned getWasmArgumentOpcode(MVT ArgType) {
```

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


More information about the llvm-commits mailing list