[PATCH] D51241: [WebAssembly] Added default stack-only instruction mode for MC.

Wouter van Oortmerssen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 30 09:06:13 PDT 2018


aardappel added inline comments.


================
Comment at: llvm/trunk/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp:296
+    llvm_unreachable(
+          "unknown WebAssembly instruction in Explicit Locals pass");
+  case WebAssembly::ABS_F32: return WebAssembly::ABS_F32_S;
----------------
aheejin wrote:
> Nit: this is not Explicit Locals pass anymore.
Ah thanks, will fix in a followup.


Repository:
  rL LLVM

https://reviews.llvm.org/D51241





More information about the llvm-commits mailing list