[PATCH] D48985: [WebAssembly] Converted to stack based instructions in MC.
Dan Gohman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 17 15:43:17 PDT 2018
sunfish added a comment.
I'm not deeply familiar with MC's Asm parsing support, but this looks like a good direction to go.
================
Comment at: lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp:319
// and set_local operators because we create a new variable that we want
// converted into a local.
addPass(createWebAssemblyFixIrreducibleControlFlow());
----------------
With the explicit locals pass going away, we can remove the second sentence of this comment.
Repository:
rL LLVM
https://reviews.llvm.org/D48985
More information about the llvm-commits
mailing list