[PATCH] D101029: [WebAssembly] Serialize params/results in MachineFunctionInfo
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 22 10:27:53 PDT 2021
tlively added inline comments.
================
Comment at: llvm/test/CodeGen/WebAssembly/function-info.mir:109
+# CHECK: machineFunctionInfo:
+# CHECK: params: [ v16i8, v8i16, v4i32, v2i64 ]
+# CHECK-NEXT: results: [ ]
----------------
Does MIR use MVTs for its types? I thought it would be using WebAssembly register classes instead. If it uses register classes, then these would all be represented by `V128`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101029/new/
https://reviews.llvm.org/D101029
More information about the llvm-commits
mailing list