[PATCH] D51662: [WebAssembly] Made assembler only use stack instruction tablegen defs
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 4 16:04:56 PDT 2018
dschuff accepted this revision.
dschuff added a comment.
This revision is now accepted and ready to land.
LGTM to ensure we are using the stack instructions.
It's unfortunate about the type index requirement. That will make it quite a pain to hand-write assembly files. It would be nice if we could eventually figure out a way to symbolize those like the wat format.
Repository:
rL LLVM
https://reviews.llvm.org/D51662
More information about the llvm-commits
mailing list