[PATCH] D137824: [WebAssembly] multivalue stackify fix
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 11 07:36:10 PST 2022
samparker added inline comments.
================
Comment at: llvm/test/CodeGen/WebAssembly/multivalue-dont-move-def-bug.ll:4
+
+target triple = "wasm32-unknown-wasi"
+
----------------
sbc100 wrote:
> Did you mean to use the wasi target here? We normally use `unknown-unknown` for testing generic stuff
Okay, fair enough, I just copied it from the github issue... I'll make the change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137824/new/
https://reviews.llvm.org/D137824
More information about the llvm-commits
mailing list