[PATCH] D48985: [WebAssembly] Converted to stack based instructions in MC.

Wouter van Oortmerssen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 5 13:18:46 PDT 2018


aardappel added a comment.

In https://reviews.llvm.org/D48985#1153633, @aheejin wrote:

> So after this patch, is the former register-based form of printing still supported, or the stack-baed form is the only printable form?


After I land https://reviews.llvm.org/D48985 the register based form will be gone permanently from everything after the Explicit Locals pass yes, which includes all text output and parsing.


Repository:
  rL LLVM

https://reviews.llvm.org/D48985





More information about the llvm-commits mailing list