[PATCH] D101656: [WebAssembly] Fixup order of ins variables for table instructions
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 30 15:00:26 PDT 2021
dschuff added a comment.
I think all of emscripten's use of the table is still via the JS API (e.g. src/runtime_functions.js) so this probably won't break emscripten. It does seem likely that nobody is using these instructions via assembly.
Is this the only change needed? Do we have no tests of these asm instructions anywhere in LLVM at all?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101656/new/
https://reviews.llvm.org/D101656
More information about the llvm-commits
mailing list