[PATCH] D51241: [WebAssembly] Added default stack-only instruction mode for MC.
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 28 10:08:56 PDT 2018
aheejin 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;
----------------
Nit: this is not Explicit Locals pass anymore.
Repository:
rL LLVM
https://reviews.llvm.org/D51241
More information about the llvm-commits
mailing list