[PATCH] D25709: [WebAssembly] Change call_indirect stack semantics and printing order
Jacob Gravelle via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 17 16:09:06 PDT 2016
jgravelle-google added a comment.
This is the second option. We should go with either this or https://reviews.llvm.org/D25708 or something else entirely.
A third way that more directly expresses what I'd like is to be able to say in TableGen, "this instruction takes as input variable arguments, followed by a single fixed I32 argument", but that's a much more fundamental change that would probably only have a use case here.
https://reviews.llvm.org/D25709
More information about the llvm-commits
mailing list